init repository

This commit is contained in:
Holden
2026-04-14 08:32:20 -05:00
commit 57f672386a
17 changed files with 6346 additions and 0 deletions

9
tsconfig.json Normal file
View File

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