mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Update the type reference cache with correct project options (#44004)
This commit is contained in:
parent
42f0cf6ffc
commit
e61d812cbb
@ -849,6 +849,7 @@ namespace ts {
|
||||
state.projectCompilerOptions = config.options;
|
||||
// Update module resolution cache if needed
|
||||
state.moduleResolutionCache?.update(config.options);
|
||||
state.typeReferenceDirectiveResolutionCache?.update(config.options);
|
||||
|
||||
// Create program
|
||||
program = host.createProgram(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user