Bläddra i källkod

Fix one missing case

Jake Bailey 2 år sedan
förälder
incheckning
9d14e8283a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/language/typescript/tsWorker.ts

+ 1 - 1
src/language/typescript/tsWorker.ts

@@ -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 */