Explorar o código

Fix one missing case

Jake Bailey %!s(int64=2) %!d(string=hai) anos
pai
achega
9d14e8283a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	extraLibs: IExtraLibs;
 	customWorkerPath?: string;
-	inlayHintsOptions?: ts.InlayHintsOptions;
+	inlayHintsOptions?: ts.UserPreferences;
 }
 
 /** The shape of the factory */