web/tsconfig.json
2024-05-05 16:19:04 -04:00

6 lines
97 B
JSON

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