website-astro/tsconfig.json
2022-12-22 11:01:52 +01:00

7 lines
92 B
JSON

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