nzambello.dev/tsconfig.json
2023-05-30 17:12:28 +02:00

6 lines
98 B
JSON

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