diff --git a/package.json b/package.json index f836518..e1250c5 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "vite-plugin-pwa": "^0.7.2", "vite-plugin-vue-layouts": "^0.2.2", "vite-plugin-windicss": "^0.15.7", - "vite-ssg": "^0.9.2" + "vite-ssg": "^0.9.2", + "vue-tsc": "^0.0.25" } } diff --git a/tsconfig.json b/tsconfig.json index d7eb1e5..68abd23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "lib": ["DOM", "ESNext"], "strict": true, "esModuleInterop": true, - "incremental": true, + "incremental": false, "skipLibCheck": true, "moduleResolution": "node", "resolveJsonModule": true,