From 78fee734d8fde3de2305d40ac90b9551c11a9a4f Mon Sep 17 00:00:00 2001 From: xiaobao <757023705@qq.com> Date: Thu, 3 Jul 2025 17:58:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(other):=20=E4=BF=AE=E5=A4=8D=E5=BD=93?= =?UTF-8?q?=E8=AE=BE=E7=BD=AEmoduleResolution=E4=B8=BAbundler=E6=97=B6,i18?= =?UTF-8?q?n-ally=E4=B8=8D=E5=B7=A5=E4=BD=9C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9c2cb201..46e69364 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,6 +11,9 @@ "i18n-ally.editor.preferEditor": true, "i18n-ally.keystyle": "nested", "i18n-ally.localesPaths": ["src/locales/langs"], + "i18n-ally.parsers.typescript.compilerOptions": { + "moduleResolution": "node" + }, "prettier.enable": false, "typescript.tsdk": "node_modules/typescript/lib", "unocss.root": ["./"],