Skip to content

Commit ccf6506

Browse files
committed
Update ts.ts
1 parent aaab3f3 commit ccf6506

File tree

1 file changed

+1
-1
lines changed
  • packages/language-core/lib/utils

1 file changed

+1
-1
lines changed

packages/language-core/lib/utils/ts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export function resolveVueCompilerOptions(vueOptions: Partial<VueCompilerOptions
281281
export function setupGlobalTypes(rootDir: string, vueOptions: VueCompilerOptions, host: {
282282
fileExists(path: string): boolean;
283283
writeFile?(path: string, data: string): void;
284-
}): { absolutePath: string; } | undefined {
284+
}): VueCompilerOptions['__setupedGlobalTypes'] {
285285
if (!host.writeFile) {
286286
return;
287287
}

0 commit comments

Comments
 (0)