10 lines
234 B
JSON
10 lines
234 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"typescript.preferences.importModuleSpecifier": "relative",
|
||
|
"editor.codeActionsOnSave": [
|
||
|
"source.fixAll",
|
||
|
"source.organizeImports",
|
||
|
"source.addMissingImports"
|
||
|
],
|
||
|
}
|
||
|
|