Selaa lähdekoodia

Fix one missing case

Jake Bailey 2 vuotta sitten
vanhempi
commit
9d14e8283a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 */