{
"files.exclude": {
"node_modules": true,
"out": true
},
"search.exclude": {
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
}