first commit

This commit is contained in:
“dongming”
2025-12-28 22:42:09 +08:00
commit c8ac12f978
37 changed files with 10218 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"]
}