fix: correction problème divers #7

Merged
Clement merged 9 commits from fix/soiré-avec-flo into master 2024-04-25 08:40:40 +00:00
Showing only changes of commit 5821d448b0 - Show all commits

View File

@ -1,3 +1,8 @@
{ {
"extends": "astro/tsconfigs/strict" "extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": "src",
// hide an issue with typescript
"noUnusedLocals": false
},
} }