YangYuGang
2025-04-14 6a7257f9d8f659c508cf826726126c0fa4363eef
tsconfig.json
@@ -3,11 +3,12 @@
  "extends": "@vben/ts-config/vue-app.json",
  "compilerOptions": {
    "target": "ES2020",
    "jsx":"preserve",
    "baseUrl": ".",
    "types": ["vite/client", "unplugin-vue-define-options/macros-global"],
    "declaration": false,
    "types": ["vite/client"],
    "paths": {
      "/@/*": ["src/*"],
      "/#/*": ["types/*"],
      "@/*": ["src/*"],
      "#/*": ["types/*"]
    }
@@ -24,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"]
}