WebChat/.vscode/settings.json
2024-09-16 13:44:16 +08:00

6 lines
98 B
JSON

{
"eslint.options": {
"flags": ["unstable_ts_config"]
},
"eslint.useFlatConfig": true
}