vitesse/.vscode/settings.json
2021-02-14 14:34:06 +08:00

11 lines
223 B
JSON

{
"volar.tsPlugin": true,
"i18n-ally.localesPaths": "locales",
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"cSpell.words": [
"Vitesse"
],
"typescript.tsdk": "node_modules/typescript/lib"
}