Files
astro-MyBlog/tsconfig.json
2026-04-22 10:33:18 +08:00

9 lines
166 B
JSON

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