website: fix typescript warnings when running astro check

see
https://github.com/withastro/astro/issues/10174#issuecomment-2026297879
for the why the tsconfig.json change
This commit is contained in:
Emmanuel Pelletier
2025-04-17 17:07:56 +02:00
parent 979ec77f34
commit 95e24b7207
6 changed files with 7 additions and 8 deletions

View File

@@ -7,6 +7,7 @@
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react"
"jsxImportSource": "react",
"outDir": "dist"
}
}