Files
me/tsconfig.json
T
cloudflare-workers-and-pages[bot] 88679cf3a1 Uploading template.
2025-04-17 19:15:16 +00:00

9 lines
166 B
JSON

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