This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"explorer.confirmDelete": false, | |
"git.enabled": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"terminal.integrated.fontFamily": "monospace", | |
"search.exclude": { | |
"out": true // set this to false to include "out" folder in search results | |
}, | |
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version | |
"typescript.tsc.autoDetect": "off", |