Run TypeScript code directly, without any compiling. More information: https://typestrong.org/ts-node.
node
+ tsc
):ts-node path/to/file.ts
tsconfig.json
:ts-node --skip-project path/to/file.ts
ts-node --eval 'console.log("Hello World")'
ts-node --script-mode path/to/file.ts
ts-node --transpile-only path/to/file.ts
ts-node --help