From 3adee6960b00107c0b1340046f53949e48910bd3 Mon Sep 17 00:00:00 2001
From: 安瑾然 <m17681517455@outlook.com>
Date: 星期五, 03 三月 2023 16:26:30 +0800
Subject: [PATCH] 报案管理的icon会在上传微信失效,修改为英文路径

---
 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