10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": false,
|
|
"source.fixAll": true
|
|
},
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|