Skip to content

Commit 8a04238

Browse files
haoqunjiangcexbrayat
authored andcommitted
perf: remove --force from the type-check script
It was introduced to work around a bug in `vue-tsc` that has been fixed in vuejs/language-tools#3218
1 parent 94a835f commit 8a04238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"scripts": {
33
"build": "run-p type-check \"build-only {@}\" --",
44
"build-only": "vite build",
5-
"type-check": "vue-tsc --build --force"
5+
"type-check": "vue-tsc --build"
66
},
77
"devDependencies": {
88
"@types/node": "^22.9.0",

0 commit comments

Comments
 (0)