From d40e59205eeabf112af3dcd5780b7943d454e8d6 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期二, 18 六月 2024 20:57:08 +0800 Subject: [PATCH] 干净版internal --- internal/ts-config/base.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/internal/ts-config/base.json b/internal/ts-config/base.json index ab99195..8b90054 100644 --- a/internal/ts-config/base.json +++ b/internal/ts-config/base.json @@ -4,7 +4,7 @@ "compilerOptions": { "target": "ESNext", "module": "ESNext", - "moduleResolution": "node", + "moduleResolution": "bundler", "strict": true, "declaration": true, "noImplicitOverride": true, -- Gitblit v1.9.3