fix(other): 修复当设置moduleResolution为bundler时,i18n-ally不工作问题

This commit is contained in:
xiaobao 2025-07-03 17:58:15 +08:00
parent 5cb1cebd88
commit 78fee734d8

View File

@ -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": ["./"],