build(projects): update tsconfig

This commit is contained in:
Soybean
2022-06-26 00:42:42 +08:00
parent e2727e6fa1
commit 9ce58073dd
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
"build:test": "npm run typecheck && cross-env VITE_ENV_TYPE=test vite build",
"build:vercel": "cross-env VITE_HASH_ROUTE=true vite build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"prepare": "husky install",
"postinstall": "patch-package",