From bd125eecd57d2f4e559c6170d20157591300fe3d Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期四, 04 九月 2025 20:57:44 +0800
Subject: [PATCH] 修改购物车等BUG

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

diff --git a/tsconfig.json b/tsconfig.json
index d80c590..b32073d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -27,6 +27,9 @@
     "types/**/*.ts",
     "types/**/*.d.ts",
     "./auto-imports.d.ts"
+  ],
+  "exclude": [
+    "src/views_back/**/*"
   ]
   // "references": [{ "path": "./tsconfig.node.json" }]
 }

--
Gitblit v1.8.0