]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: specify the sub-project to type-check (#275)
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 12 May 2023 14:48:40 +0000 (22:48 +0800)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 14:48:40 +0000 (22:48 +0800)
template/config/typescript/package.json

index 69a087b3f01eba81276af4568c2fafa880fc291e..32f5df0e499b38fffab42b98c3d331baa259b163 100644 (file)
@@ -2,7 +2,7 @@
   "scripts": {
     "build": "run-p type-check build-only",
     "build-only": "vite build",
-    "type-check": "vue-tsc --noEmit"
+    "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
   },
   "devDependencies": {
     "@types/node": "^18.16.3",