Initialize Astro project

This commit is contained in:
Valentijn
2026-04-20 20:26:47 +02:00
commit 1f59756c9f
15 changed files with 5102 additions and 0 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}