Answers for "how can i run ts file in terminal"

0

how to run typescript file

npx ts-node src/foo.ts
Posted by: Guest on June-22-2020
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