examples/astro/tsconfig.json
2024-06-30 20:31:53 -06:00

6 lines
98 B
JSON

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