feat: Initial commit

This commit is contained in:
2026-03-23 15:04:05 +01:00
commit aca81c616c
36 changed files with 9462 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"]
}