fix(projects): Fix i18n-ally not working when setting moduleResolution to bundler. fixed #780

This commit is contained in:
xiaobao 2025-07-03 21:59:18 +08:00 committed by GitHub
parent 5cb1cebd88
commit 41191d54fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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