fix: change typescript config

This commit is contained in:
Clement 2024-04-23 19:08:58 +02:00
parent a03c5cb3db
commit 5821d448b0

View File

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