Answers for "how to run typescript in npm"

25

install typescript using npm

npm install -g typescript
Posted by: Guest on May-16-2020
6

how to run typescript file

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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language