first commit

This commit is contained in:
2026-09-11 15:49:41 +08:00
commit 5b69bc818a
98 changed files with 30551 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "worker-configuration.d.ts", "**/*"],
"exclude": ["dist", "node_modules"],
"compilerOptions": {
"strictNullChecks": true,
"verbatimModuleSyntax": false
}
}