selfhost-hub/tsconfig.json
cloudflare-workers-and-pages[bot] 63d20469be
Uploading template.
2025-04-05 05:23:26 +00:00

9 lines
166 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true
}
}