website-astro/tsconfig.json

7 lines
92 B
JSON
Raw Normal View History

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