Files
astro-nozzy-house-news/tsconfig.json
2023-02-01 14:12:30 +00:00

7 lines
99 B
JSON

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