Answers for "import ts-node types"

26

install typescript using npm

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

run typescript node

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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language