9 lines
139 B
JSON
9 lines
139 B
JSON
|
{
|
||
|
"search.exclude": {
|
||
|
"**/node_modules": true,
|
||
|
"out": true,
|
||
|
"built": true,
|
||
|
},
|
||
|
"editor.tabSize": 4,
|
||
|
"editor.insertSpaces": false
|
||
|
}
|