9 lines
194 B
JSON
9 lines
194 B
JSON
{
|
|
"editor.formatOnType": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|