blob: 90c81adbf49e3adb6fff057c3d01fefb072d180e [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"
}