first commit

This commit is contained in:
2024-05-15 12:50:04 +02:00
commit 9cdee98114
7 changed files with 7338 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}