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