2024-01-04 21:20:47 +01:00
|
|
|
{
|
2024-01-30 21:50:19 +01:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.defaultFormatter": "biomejs.biome",
|
|
|
|
"editor.codeActionsOnSave": {
|
2024-02-08 20:20:11 +01:00
|
|
|
"source.organizeImports.biome": "explicit"
|
2024-01-30 21:50:19 +01:00
|
|
|
},
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
|
|
}
|