diff --git a/package.json b/package.json index ab0f08f8..3e3da272 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "vue-tsc --noEmit && vite build", + "build": "vue-tsc --noEmit --skipLibCheck && vite build", "serve": "vite preview", "lint:fix": "eslint --fix ./src --ext .vue,.js,jsx,.ts,tsx", "prepare": "husky install"