tsconfig.json
@@ -2,6 +2,8 @@ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@vben/ts-config/vue-app.json", "compilerOptions": { "target": "ES2020", "jsx":"preserve", "baseUrl": ".", "declaration": false, "types": ["vite/client"], @@ -23,6 +25,6 @@ "build/**/*.d.ts", "mock/**/*.ts", "vite.config.ts" ], , "src/router/routes/modules/erpprodinbth.bak" ], "exclude": ["node_modules", "tests/server/**/*.ts", "dist", "**/*.js"] }