From 15ed1cfa0756df0854248b84d6d95e8d22f08a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E5=A4=B4=E9=99=88=E4=B8=80=E5=A4=B4=E8=BD=BB?= <377615720@qq.com> Date: Tue, 17 Sep 2024 02:49:10 +0000 Subject: [PATCH] update tsconfig.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 一头陈一头轻 <377615720@qq.com> --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 441cb931..9e27ceff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "target": "esnext", "useDefineForClassFields": true, "module": "esnext", - "moduleResolution": "node", + // "moduleResolution": "node", + "moduleResolution": "bundler", "strict": true, "noLib": false, "sourceMap": true, -- Gitee