blog/tsconfig.json

6 lines
98 B
JSON
Raw Permalink Normal View History

2024-09-29 20:32:25 +02:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}