We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaab3f3 commit ccf6506Copy full SHA for ccf6506
packages/language-core/lib/utils/ts.ts
@@ -281,7 +281,7 @@ export function resolveVueCompilerOptions(vueOptions: Partial<VueCompilerOptions
281
export function setupGlobalTypes(rootDir: string, vueOptions: VueCompilerOptions, host: {
282
fileExists(path: string): boolean;
283
writeFile?(path: string, data: string): void;
284
-}): { absolutePath: string; } | undefined {
+}): VueCompilerOptions['__setupedGlobalTypes'] {
285
if (!host.writeFile) {
286
return;
287
}
0 commit comments