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 ceb6bb0 commit 08a1945Copy full SHA for 08a1945
lib/compiler.js
@@ -52,7 +52,7 @@ function runTypeScriptCompiler(logger, projectDir, options) {
52
nodeArgs.push('--inlineSourceMap', '--inlineSources');
53
}
54
55
- if (this.shouldPreserveWatchOutput(typeScriptVersion)) {
+ if (shouldPreserveWatchOutput(typeScriptVersion)) {
56
nodeArgs.push('--preserveWatchOutput');
57
58
0 commit comments