Answers for "ts import from ts file"

1

import json typescript

// add this in your tsconfig.json file:
{
  "compilerOptions": {
    "resolveJsonModule": true
  }
}
Posted by: Guest on October-01-2021
0

how to run typescript file

npx ts-node src/foo.ts
Posted by: Guest on June-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language