YangYuGang
2025-04-14 6a7257f9d8f659c508cf826726126c0fa4363eef
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"]
}