website/tsconfig.json

6 lines
98 B
JSON
Raw Permalink Normal View History

2024-08-15 05:14:24 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}