Answers for "how compile typescript"

6

how to run typescript file

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

how to compile automatically in typescript

tsc <filename>.ts -w
Posted by: Guest on January-29-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language