Skip to content

Commit d630c81

Browse files
authored
fix: specify the sub-project to type-check (#275)
1 parent e463247 commit d630c81

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 --noEmit"
5+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
66
},
77
"devDependencies": {
88
"@types/node": "^18.16.3",

0 commit comments

Comments
 (0)