From bb3811df732a0d06ad72a2cc9a752e585468f40c Mon Sep 17 00:00:00 2001
From: YangYuGang <1378265336@qq.com>
Date: 星期二, 18 三月 2025 17:12:56 +0800
Subject: [PATCH] 导出Excel字段修改

---
 tsconfig.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 2f861fc..6329d8e 100644
--- a/tsconfig.json
+++ b/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"]
 }

--
Gitblit v1.9.3