We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--force
type-check
1 parent 94a835f commit 8a04238Copy full SHA for 8a04238
template/config/typescript/package.json
@@ -2,7 +2,7 @@
2
"scripts": {
3
"build": "run-p type-check \"build-only {@}\" --",
4
"build-only": "vite build",
5
- "type-check": "vue-tsc --build --force"
+ "type-check": "vue-tsc --build"
6
},
7
"devDependencies": {
8
"@types/node": "^22.9.0",
0 commit comments