Files
examples/astro/tsconfig.json

6 lines
98 B
JSON
Raw Permalink Normal View History

2024-06-30 20:10:19 -06:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}