We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc2416 commit 63fca0bCopy full SHA for 63fca0b
packages/language-core/lib/codegen/globalTypes.ts
@@ -2,7 +2,8 @@ import { getSlotsPropertyName } from '../utils/shared';
2
3
export function generateGlobalTypes(lib: string, target: number, strictTemplates: boolean) {
4
const fnPropsType = `(K extends { $props: infer Props } ? Props : any)${strictTemplates ? '' : ' & Record<string, unknown>'}`;
5
- return `
+ return `// @ts-nocheck
6
+
7
const __VLS_globalComponents = { ...{} as import('${lib}').GlobalComponents };
8
9
declare const __VLS_intrinsicElements: __VLS_IntrinsicElements;
0 commit comments