From 01098cfe296539ff8a54b358b6c631985bd08963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 7 Apr 2024 08:39:01 +0800 Subject: [PATCH] fix: "moduleResolution": "Node" --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4d30af4..f9c8b89 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "composite": true, "skipLibCheck": true, "module": "ESNext", - "moduleResolution": "bundler", + "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".",