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.
2 parents ceb6bb0 + 08a1945 commit 4e3800cCopy full SHA for 4e3800c
1 file changed
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