feat: create leaderboard

This commit is contained in:
thomas
2024-03-27 12:37:07 +01:00
parent cd8ee3cff4
commit 00ff67f93b
12 changed files with 1371 additions and 88 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}