Uploading template.

This commit is contained in:
cloudflare-workers-and-pages[bot]
2025-04-17 19:15:16 +00:00
committed by GitHub
parent da7e5d9d15
commit 88679cf3a1
38 changed files with 13415 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true
}
}