tsc

TypeScript compiler. More information: https://www.typescriptlang.org/docs/handbook/compiler-options.html.

tsc foobar.ts

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

tsc --outFile output.js input.ts

tsc --build tsconfig.json

tsc @args.txt

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