12 lines
310 B
JSON
12 lines
310 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.addMissingImports.ts": "always",
|
|
"source.organizeImports": "always",
|
|
"source.removeUnusedImports": "always"
|
|
},
|
|
|
|
"typescript.preferences.importModuleSpecifier": "non-relative"
|
|
}
|