WebChat/.vscode/settings.json

7 lines
98 B
JSON
Raw Normal View History

2024-09-16 05:44:16 +00:00
{
"eslint.options": {
"flags": ["unstable_ts_config"]
},
"eslint.useFlatConfig": true
}