Skip to content

Commit

Permalink
Merge pull request #837 from xyxiao001/xyxiao001-patch-6
Browse files Browse the repository at this point in the history
Update tsconfig.app.json
  • Loading branch information
xyxiao001 authored Jul 12, 2024
2 parents 5995874 + fae7057 commit 2dcc08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "lib/**/*.vue", "lib/**/*.ts"]
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "lib/**/*.vue", "lib/**/*.ts", "shims-vue.d.ts"]
}

0 comments on commit 2dcc08b

Please sign in to comment.