We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6558e04 commit de79220Copy full SHA for de79220
src/compiler/commandLineParser.ts
@@ -3377,7 +3377,7 @@ function getExtendedConfig(
3377
host: ParseConfigHost,
3378
resolutionStack: string[],
3379
errors: Push<Diagnostic>,
3380
- extendedConfigCache: ESMap<string, ExtendedConfigCacheEntry> | undefined,
+ extendedConfigCache: Map<string, ExtendedConfigCacheEntry> | undefined,
3381
result: ExtendsResult
3382
): ParsedTsconfig | undefined {
3383
const path = host.useCaseSensitiveFileNames ? extendedConfigPath : toFileNameLowerCase(extendedConfigPath);
0 commit comments