kjelsrud.dev/tsconfig.json

6 lines
98 B
JSON
Raw Normal View History

2023-07-19 19:31:30 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}