| // 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", | |
| } |