templates/astro-blog/tsconfig.json
2025-07-15 16:52:39 +03:00

9 lines
166 B
JSON

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