ts-node

TypeScript 코드를 컴파일 없이 직접 실행. 더 많은 정보: https://typestrong.org/ts-node.

ts-node {{경로/대상/파일.ts}}

ts-node --skip-project {{경로/대상/파일.ts}}

ts-node --eval '{{console.log("Hello World")}}'

ts-node --script-mode {{경로/대상/파일.ts}}

ts-node --transpile-only {{경로/대상/파일.ts}}

ts-node --help