Files
website/tsconfig.json

7 lines
99 B
JSON
Raw Permalink Normal View History

2024-03-09 22:41:35 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
2024-06-18 20:54:03 +01:00
}