This commit is contained in:
2026-06-08 20:49:48 -04:00
commit 9dbc5c3375
14 changed files with 1821 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"]
}