From b5c1614fe473330ceca8b7cff0f1802e19bd5039 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期一, 30 九月 2024 13:39:08 +0800
Subject: [PATCH] feat:添加部分线索接口,完善客户相关页面

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

diff --git a/tsconfig.json b/tsconfig.json
index 4ef4285..9c69499 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,10 +3,9 @@
   "extends": "@vben/ts-config/vue-app.json",
   "compilerOptions": {
     "baseUrl": ".",
+    "declaration": false,
     "types": ["vite/client"],
     "paths": {
-      "/@/*": ["src/*"],
-      "/#/*": ["types/*"],
       "@/*": ["src/*"],
       "#/*": ["types/*"]
     }

--
Gitblit v1.8.0