Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 

11 рядки
303 B

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