Skip to content

Commit 87ca6a5

Browse files
committed
Add noEmitOnError to readme
1 parent af48a56 commit 87ca6a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Options
7878
- ```removeComments``` (boolean) - Do not emit comments to output.
7979
- ```noImplicitAny``` (boolean) - Warn on expressions and declarations with an implied 'any' type.
8080
- ```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.
8182
- ```target``` (string) - Specify ECMAScript target version: 'ES3' (default), or 'ES5'.
8283
- ```module``` (string) - Specify module code generation: 'commonjs' or 'amd'
8384
- ```sourceRoot``` (string) - Specifies the location where debugger should locate TypeScript files instead of source locations.

0 commit comments

Comments
 (0)