tsc

TypeScript 컴파일러. 더 많은 정보: https://www.typescriptlang.org/docs/handbook/compiler-options.html.

tsc {{foobar.ts}}

tsc --target {{ES5|ES2015|ES2016|ES2017|ES2018|ESNEXT}} {{foobar.ts}}

tsc --outFile {{출력.js}} {{입력.ts}}

tsc --build {{tsconfig.json}}

tsc @{{인수.txt}}

tsc --allowJs --checkJs --noEmit {{src/**/*.js}}

tsc --watch