Skip to content

Commit

Permalink
fix: add back @ts-nocheck for vue-tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Apr 20, 2023
1 parent 60c89f7 commit 3e87bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue-language-core/src/utils/localTypes.ts
Expand Up @@ -9,6 +9,7 @@ export function getTypesCode(
) {
const libName = getVueLibraryName(vueVersion);
return `
// @ts-nocheck
import type {
ObjectDirective,
FunctionDirective,
Expand Down

0 comments on commit 3e87bed

Please sign in to comment.