tsc

File Read

Content is leaked as error messages. The file extension must be one of the supported ones, e.g., `.ts`, `.tsx`, etc.

tsc /path/to/input-file.ts

File Write

Content is leaked as error messages and written to file. The file extension must be one of the supported ones, e.g., `.ts`, `.tsx`, etc.

tsc /path/to/input-file.ts --outFile /path/to/output-file