skirda-backend/.vscode/setting.json

12 lines
187 B
JSON
Raw Permalink Normal View History

2022-08-24 12:08:22 +00:00
{
"files.exclude": {
"**/app/**/*.js.map": true,
"**/app/**/*.js": true,
"**/config/*.js.map": true,
"**/config/*.js": {
"when": "$(basename).js.map"
}
}
}