Skip to content

Commit d5df2fd

Browse files
committed
fix(typescript): remove cast to typed map
1 parent ff7866c commit d5df2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/src/options/tsconfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function setModuleResolutionKind(parsedConfig: ParsedCommandLine): ParsedCommand
122122
};
123123
}
124124

125-
const configCache = new Map() as Map<string, ExtendedConfigCacheEntry>;
125+
const configCache = new Map<string, ExtendedConfigCacheEntry>();
126126

127127
/**
128128
* Parse the Typescript config to use with the plugin.

0 commit comments

Comments
 (0)