From 3c7cbba6d64ca8bf7b1307023072b505414f7d5d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 05 八月 2025 13:42:14 +0800
Subject: [PATCH] feat: 名片

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

diff --git a/apps/bMiniApp/tsconfig.json b/apps/bMiniApp/tsconfig.json
index 231b16a..dfb771d 100644
--- a/apps/bMiniApp/tsconfig.json
+++ b/apps/bMiniApp/tsconfig.json
@@ -21,7 +21,8 @@
     "./types/**/*.d.ts",
     "./components.d.ts",
     "./auto-imports.d.ts",
-    "../../types/api.d.ts"
+    "../../types/api.d.ts",
+    "../../packages/constants/task.ts"
   ],
   "exclude": ["node_modules", "dist"],
   "references": [

--
Gitblit v1.9.1