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 456722b commit d09922bCopy full SHA for d09922b
index.js
@@ -1,5 +1,4 @@
1
/* eslint-env node */
2
-const path = require('path');
3
4
let TsPreprocessor;
5
try {
lib/typescript-preprocessor.js
@@ -42,7 +42,7 @@ class TypeScriptPreprocessor {
42
43
const ts = debugTree(
44
tsc(uncompiledTs, {
45
- throwOnError: true,
+ throwOnError: !this.config.compilerOptions.noEmitOnError,
46
annotation: 'Compiled TS files',
47
include: ['**/*'],
48
tsconfig: this.config,
0 commit comments