We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d892fd4 commit 06fda26Copy full SHA for 06fda26
src/server/project.ts
@@ -1754,7 +1754,7 @@ namespace ts.server {
1754
this.mapOfDeclarationDirectories = createMap();
1755
this.projectReferenceCallbacks.forEachResolvedProjectReference(ref => {
1756
if (!ref) return;
1757
- const out = ref.commandLine.options.outFile || ref.commandLine.options.outDir;
+ const out = ref.commandLine.options.outFile || ref.commandLine.options.out;
1758
if (out) {
1759
this.mapOfDeclarationDirectories!.set(getDirectoryPath(this.toPath(out)), true);
1760
}
0 commit comments