8 lines
195 B
JSON
8 lines
195 B
JSON
{
|
|
"files.exclude": {
|
|
"node_modules": true,
|
|
"package-lock.json": true
|
|
},
|
|
"editor.suggest.showStatusBar": false,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
|
} |