8 lines
183 B
JSON
8 lines
183 B
JSON
{
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"editor.tabSize": 2,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
}
|
|
}
|