From: Haoqun Jiang Date: Fri, 12 May 2023 14:48:40 +0000 (+0800) Subject: fix: specify the sub-project to type-check (#275) X-Git-Tag: v3.6.4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d630c8189edd97131b5f367cc1a9cbe1d656830b;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: specify the sub-project to type-check (#275) --- diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 69a087b3..32f5df0e 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -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",