Answers for "npm run ts file"

0

how to run typescript file

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

how to run ts file

npm install -g ts-node typescript '@types/node'
Posted by: Guest on October-29-2021
0

npx run ts file

npx ts-node src/foo.ts
Posted by: Guest on December-02-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language