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 42f0cf6 commit e61d812Copy full SHA for e61d812
src/compiler/tsbuildPublic.ts
@@ -849,6 +849,7 @@ namespace ts {
849
state.projectCompilerOptions = config.options;
850
// Update module resolution cache if needed
851
state.moduleResolutionCache?.update(config.options);
852
+ state.typeReferenceDirectiveResolutionCache?.update(config.options);
853
854
// Create program
855
program = host.createProgram(
0 commit comments