We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af48a56 commit 87ca6a5Copy full SHA for 87ca6a5
readme.md
@@ -78,6 +78,7 @@ Options
78
- ```removeComments``` (boolean) - Do not emit comments to output.
79
- ```noImplicitAny``` (boolean) - Warn on expressions and declarations with an implied 'any' type.
80
- ```noLib``` (boolean) - Don't include the default lib (with definitions for - Array, Date etc)
81
+- ```noEmitOnError``` (boolean) - Do not emit outputs if any type checking errors were reported.
82
- ```target``` (string) - Specify ECMAScript target version: 'ES3' (default), or 'ES5'.
83
- ```module``` (string) - Specify module code generation: 'commonjs' or 'amd'
84
- ```sourceRoot``` (string) - Specifies the location where debugger should locate TypeScript files instead of source locations.
0 commit comments