fix: correction problème divers (#7)
All checks were successful
Build Docker Image / run (push) Successful in 24s

Reviewed-on: #7
Co-authored-by: Clement <c.boesmier@aptatio.com>
Co-committed-by: Clement <c.boesmier@aptatio.com>
This commit is contained in:
2024-04-25 10:40:39 +02:00
committed by Clement
parent a03c5cb3db
commit d5afe1631e
11 changed files with 1023 additions and 94 deletions

View File

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