From 730504cd0ebe7e848f9f641fb420df0f401c2389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E9=94=A6=E6=9D=B0?= <113847136+JinJieBeWater@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:25:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A0=86=E6=A0=88=E6=B7=B1=E5=BA=A6?= =?UTF-8?q?=E8=BF=87=E9=AB=98=E4=BF=AE=E5=A4=8D=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8C=BAts=E7=89=88=E6=9C=AC=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6ce3304..7019ef9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -43,5 +43,6 @@ "tabbar", "unibest", "WechatMiniprogram" - ] + ], + "typescript.tsdk": "node_modules\\typescript\\lib" }