11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "always"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|