Skip to content

Commit

Permalink
build: fix type error tips
Browse files Browse the repository at this point in the history
  • Loading branch information
feige996 committed Feb 2, 2024
1 parent b4c8f3f commit b76ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"vueCompilerOptions": {
"nativeTags": ["block", "template", "component", "slot"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.json"]
}

0 comments on commit b76ab8f

Please sign in to comment.