mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-09 00:30:11 +08:00
22 lines
691 B
JSON
22 lines
691 B
JSON
{
|
|
"i18n-ally.localesPaths": ["src/locales/lang"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.namespace": true,
|
|
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
|
|
"i18n-ally.enabledParsers": ["json"],
|
|
"i18n-ally.sourceLanguage": "zh-CN",
|
|
"i18n-ally.displayLanguage": "zh-CN",
|
|
"i18n-ally.enabledFrameworks": ["vue", "react"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"alias-skip.mappings": {
|
|
"@": "/src",
|
|
"@use-utils": "/src/utils",
|
|
"@use-api": "/src/axios/api",
|
|
"@use-images": "/src/assets/images",
|
|
"@mock": "/mock"
|
|
},
|
|
"alias-skip.allowedsuffix": ["ts", "tsx"],
|
|
"alias-skip.rootpath": "package.json"
|
|
}
|