auth-web/.vscode/settings.json

8 lines
135 B
JSON
Raw Normal View History

2025-04-01 11:14:15 +08:00
{
"i18n-ally.localesPaths": ["src/store/i18n", "src/views/i18n"],
"files.exclude": {
"**/.ts": true,
"**/.tsx": true
}
2025-04-01 11:14:15 +08:00
}