9 lines
209 B
JSON
9 lines
209 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.defaultFormatter": "biomejs.biome",
|
||
|
"typescript.tsdk": "node_modules/typescript/lib",
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports.biome": "explicit"
|
||
|
}
|
||
|
}
|