Skip to content

Commit d2111ea

Browse files
committed
Merge pull request #290 from TypeStrong/docs/bored
📝 noEmitOnError
2 parents e84eafb + 939a384 commit d2111ea

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
@@ -70,6 +70,7 @@ Grunt-ts provides explicit support for most `tsc` switches. Any arbitrary switc
7070
|--newLine|[newLine](#newline)|Explicitly specify newline character (`CRLF` or `LF`); if omitted, uses OS default.|
7171
|--noEmit|[noEmit](#noemit)|Check, but do not emit JS, even in the absence of errors.|
7272
|--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.|
7374
|--noImplicitAny|[noImplicitAny](#noimplicitany)|Warn on expressions and declarations with an implied `any` type.|
7475
|--noResolve|[noResolve](#noresolve)|Do not add triple-slash references or module import targets to the compilation context.|
7576
|--out FILE|[out](#out)|Concatenate and emit output to a single file.|

0 commit comments

Comments
 (0)