File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ Grunt-ts provides explicit support for most `tsc` switches. Any arbitrary switc
70
70
| --newLine| [ newLine] ( #newline ) | Explicitly specify newline character (` CRLF ` or ` LF ` ); if omitted, uses OS default.|
71
71
| --noEmit| [ noEmit] ( #noemit ) | Check, but do not emit JS, even in the absence of errors.|
72
72
| --noEmitHelpers| [ noEmitHelpers] ( #noemithelpers ) | Do not generate custom helper functions like ` __extends ` in compiled output.|
73
+ | --noEmitOnError| [ noEmitOnError] ( #noemitonerror ) | Do no emit any javascript if there is a type error.|
73
74
| --noImplicitAny| [ noImplicitAny] ( #noimplicitany ) | Warn on expressions and declarations with an implied ` any ` type.|
74
75
| --noResolve| [ noResolve] ( #noresolve ) | Do not add triple-slash references or module import targets to the compilation context.|
75
76
| --out FILE| [ out] ( #out ) | Concatenate and emit output to a single file.|
You can’t perform that action at this time.
0 commit comments