Files
joeac.net/tsconfig.json
2024-03-30 16:43:22 +00:00

6 lines
95 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}