Skip to content

Commit de79220

Browse files
committed
Resolved errors after a merge conflict
1 parent 6558e04 commit de79220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/compiler/commandLineParser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3377,7 +3377,7 @@ function getExtendedConfig(
33773377
host: ParseConfigHost,
33783378
resolutionStack: string[],
33793379
errors: Push<Diagnostic>,
3380-
extendedConfigCache: ESMap<string, ExtendedConfigCacheEntry> | undefined,
3380+
extendedConfigCache: Map<string, ExtendedConfigCacheEntry> | undefined,
33813381
result: ExtendsResult
33823382
): ParsedTsconfig | undefined {
33833383
const path = host.useCaseSensitiveFileNames ? extendedConfigPath : toFileNameLowerCase(extendedConfigPath);

0 commit comments

Comments
 (0)