Files
github-website/tsconfig.json

7 lines
107 B
JSON

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