From 6fd1abc88875f1a72c133a38bb41e8dcd3170ade Mon Sep 17 00:00:00 2001
From: 安瑾然 <m17681517455@outlook.com>
Date: 星期五, 03 三月 2023 16:04:15 +0800
Subject: [PATCH] 修改用户端首页样式 添加vant组件库支持 添加群组列表空状态展示
---
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