web/tsconfig.json

7 lines
97 B
JSON
Raw Permalink Normal View History

2024-05-05 16:19:04 -04:00
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}