From e1e9eb04964809ca7a6dc62da363a2b76632d811 Mon Sep 17 00:00:00 2001 From: Utopia Date: Thu, 30 Oct 2025 10:59:20 +0800 Subject: [PATCH] =?UTF-8?q?chore(tsconfig):=20=E6=9B=B4=E6=96=B0=20moduleR?= =?UTF-8?q?esolution=20=E4=B8=BA=20bundler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 3696728..5085ff8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,8 @@ "composite": true, "lib": ["esnext", "dom"], "baseUrl": ".", - "module": "ESNext", - "moduleResolution": "Node", + "module": "esnext", + "moduleResolution": "bundler", "paths": { "@/*": ["./src/*"], "@img/*": ["./src/static/*"]