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