diff --git a/lib/compiler.js b/lib/compiler.js index 1752f3d..d952356 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -51,8 +51,7 @@ function runTypeScriptCompiler(logger, projectDir, options) { // For debugging in Chrome DevTools nodeArgs.push('--inlineSourceMap', '--inlineSources'); } - - if (this.shouldPreserveWatchOutput(typeScriptVersion)) { + if (shouldPreserveWatchOutput(typeScriptVersion)) { nodeArgs.push('--preserveWatchOutput'); }