blob: 5fd2c96d96831107e288aea06f203a581342a851 [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",
}