From 619876e94a0362bc43a9ca686d9ce555945ac2a7 Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Sun, 1 Dec 2024 00:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(main-app,monorepo-1):=20?= =?UTF-8?q?=E5=A4=84=E7=90=86=20moduleResolution=20=E7=9A=84=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/monorepo-1/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/monorepo-1/tsconfig.json b/tests/monorepo-1/tsconfig.json index 0889ba8..87ce4a6 100644 --- a/tests/monorepo-1/tsconfig.json +++ b/tests/monorepo-1/tsconfig.json @@ -6,6 +6,8 @@ } ], "compilerOptions": { + "module": "NodeNext", + "moduleResolution": "nodenext", "paths": { // 警告 目前该配置无意义 无效 "@/*": [