diff --git a/package.json b/package.json index 59a142fb3..84e99ae46 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index f2171228d..f213528bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "esModuleInterop": true, "jsx": "preserve", "allowJs": true, - "skipLibCheck": true, "moduleResolution": "node", "resolveJsonModule": true, "noUnusedLocals": true,