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 54fbeb5 commit 3442d31Copy full SHA for 3442d31
src/compiler/watchUtilities.ts
@@ -473,7 +473,7 @@ namespace ts {
473
474
// We want to ignore emit file check if file is not going to be emitted next to source file
475
// In that case we follow config file inclusion rules
476
- if (options.outFile || options.outDir) return false;
+ if (outFile(options) || options.outDir) return false;
477
478
// File if emitted next to input needs to be ignored
479
if (fileExtensionIs(fileOrDirectoryPath, Extension.Dts)) {
0 commit comments