|
@@ -463,7 +463,7 @@ export interface ICreateData {
|
|
compilerOptions: ts.CompilerOptions;
|
|
compilerOptions: ts.CompilerOptions;
|
|
extraLibs: IExtraLibs;
|
|
extraLibs: IExtraLibs;
|
|
customWorkerPath?: string;
|
|
customWorkerPath?: string;
|
|
- inlayHintsOptions?: ts.InlayHintsOptions;
|
|
|
|
|
|
+ inlayHintsOptions?: ts.UserPreferences;
|
|
}
|
|
}
|
|
|
|
|
|
/** The shape of the factory */
|
|
/** The shape of the factory */
|