fix(i18n-ally): add missing TypeScript compiler options. fixed #907

This commit is contained in:
Soybean
2026-05-13 14:50:44 +08:00
parent e166766953
commit a5f8581086

View File

@@ -13,7 +13,10 @@
"i18n-ally.keystyle": "nested", "i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/locales/langs"], "i18n-ally.localesPaths": ["src/locales/langs"],
"i18n-ally.parsers.typescript.compilerOptions": { "i18n-ally.parsers.typescript.compilerOptions": {
"moduleResolution": "node" "moduleResolution": "node",
"ignoreDeprecations": "6.0",
"rootDir": ".",
"baseUrl": "."
}, },
"oxc.fmt.configPath": ".oxfmtrc.json", "oxc.fmt.configPath": ".oxfmtrc.json",
"unocss.root": ["./"] "unocss.root": ["./"]