Files

9 lines
166 B
JSON
Raw Permalink Normal View History

2026-05-12 19:40:31 +09:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true
}
}