Add Astro project to the repository

This commit is contained in:
Quinn Hegeman
2026-03-07 16:07:09 +01:00
parent 42e52b9811
commit 3e03a9ab27
10 changed files with 132 additions and 0 deletions

5
astro/tsconfig.json Normal file
View File

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