Skip to content

Commit

Permalink
fix: fix type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Aug 7, 2024
1 parent 91ea9e0 commit f32681e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/uni-app-components/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module "*.vue";
8 changes: 1 addition & 7 deletions packages/uni-app-components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,5 @@
"vueCompilerOptions": {
"plugins": ["@uni-helper/uni-types/volar-plugin"]
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"*.d.ts"
]
"include": ["src/**/*.ts", "src/**/*.vue", "*.d.ts"]
}

0 comments on commit f32681e

Please sign in to comment.