Files
website/.vscode/settings.json
Julien Valverdé cc3db52f02
All checks were successful
Lint / lint (push) Successful in 13s
Fix VSCode settings
2025-10-05 22:47:42 +02:00

8 lines
183 B
JSON

{
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
}
}