website-astro/tsconfig.json

7 lines
92 B
JSON
Raw Permalink Normal View History

2022-12-02 10:21:18 +00:00
{
2022-12-22 10:01:52 +00:00
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true
}
}