mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-05-25 09:43:14 +08:00
fix(i18n-ally): add missing TypeScript compiler options. fixed #907
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -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": ["./"]
|
||||||
|
|||||||
Reference in New Issue
Block a user