mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Make our dts files compile when exactOptionalPropertyTypes is enabled downstream (#56489)
This commit is contained in:
@@ -347,7 +347,7 @@ export abstract class Project implements LanguageServiceHost, ModuleResolutionHo
|
||||
readonly realpath?: (path: string) => string;
|
||||
|
||||
/** @internal */
|
||||
hasInvalidatedResolutions: HasInvalidatedResolutions | undefined;
|
||||
hasInvalidatedResolutions?: HasInvalidatedResolutions | undefined;
|
||||
|
||||
/** @internal */
|
||||
hasInvalidatedLibResolutions: HasInvalidatedLibResolutions | undefined;
|
||||
|
||||
Reference in New Issue
Block a user