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 ff7866c commit d5df2fdCopy full SHA for d5df2fd
packages/typescript/src/options/tsconfig.ts
@@ -122,7 +122,7 @@ function setModuleResolutionKind(parsedConfig: ParsedCommandLine): ParsedCommand
122
};
123
}
124
125
-const configCache = new Map() as Map<string, ExtendedConfigCacheEntry>;
+const configCache = new Map<string, ExtendedConfigCacheEntry>();
126
127
/**
128
* Parse the Typescript config to use with the plugin.
0 commit comments