зеркало из https://github.com/microsoft/etcd3.git
17 строки
363 B
JSON
17 строки
363 B
JSON
{
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"search.exclude": {
|
|
"**/lib": true,
|
|
"**/.nyc_output": true,
|
|
"**/docs": true
|
|
},
|
|
"files.exclude": {
|
|
"**/.nyc_output": true
|
|
}
|
|
}
|