瀏覽代碼

Fix one missing case

Jake Bailey 2 年之前
父節點
當前提交
9d14e8283a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 */