blob: a82d2ff2d377b8db9a22e1ff48bb7f6ce0d1cebb [file] [log] [blame]
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": true,
"typings": false
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"out/": true
},
"editor.insertSpaces": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
}