Space/tsconfig.json

6 lines
98 B
JSON
Raw Permalink Normal View History

2023-11-12 12:19:07 +01:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}