We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
throwOnError
compilerOptions.noEmitOnError
1 parent 8616de7 commit 9fc919fCopy full SHA for 9fc919f
lib/typescript-preprocessor.js
@@ -42,7 +42,7 @@ class TypeScriptPreprocessor {
42
43
const ts = debugTree(
44
tsc(uncompiledTs, {
45
- throwOnError: !this.config.compilerOptions.noEmitOnError,
+ throwOnError: this.config.compilerOptions.noEmitOnError,
46
annotation: 'Compiled TS files',
47
include: ['**/*'],
48
tsconfig: this.config,
0 commit comments