ToddThomson / Ts2Js

A simple, fast, extendable Typescript compiler supporting incremental and type checking builds.
Other
1 stars 0 forks source link

Add API Support for Type Checking and PreEmit Diagnostics Only #6

Open ToddThomson opened 3 years ago

ToddThomson commented 3 years ago

Feature to be added to release 4.1.

ToddThomson commented 3 years ago

To have the compiler perform diagnostics and type checking only, set the CompileOptions.typeCheckOnly to true. The default for this option is false.