tsc
By default
tsc
is only used for type-checking and to generate.d.ts
files. Compilation is done byswc
.
A
tsconfig.json
is required for you to have at your project's root folder.mhy
will create one if it doesn't exists yet.
Default command
CLI Options
https://www.typescriptlang.org/docs/handbook/compiler-options.html
Examples
Default CLI
With watcher
Last updated