From 387a894ca2da8742f146183dd0649315d72b15b2 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 06 三月 2023 14:35:18 +0800
Subject: [PATCH] 修改进群提示文字颜色

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

diff --git a/tsconfig.json b/tsconfig.json
index ade784e..5709d20 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,10 +16,15 @@
     "noUnusedParameters": true,
     "strict": true,
     "strictPropertyInitialization": true,
-    "lib": ["ES2020"],
     "typeRoots": [
       "./typings"
-    ]
+    ],
+    "baseUrl": ".",
+    "types": ["miniprogram-api-typings"],
+    "paths": {
+      "@vant/weapp/*": ["path/to/node_modules/@vant/weapp/dist/*"]
+    },
+    "lib": ["ES6"]
   },
   "include": [
     "./**/*.ts"

--
Gitblit v1.8.0