hello worlds

This commit is contained in:
Holden
2026-06-26 18:11:52 -05:00
commit e208f1ad5a
61 changed files with 15566 additions and 0 deletions

11
tsconfig.json Normal file
View File

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