From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +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