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