website/tsconfig.json

8 lines
120 B
JSON
Raw Permalink Normal View History

2025-06-12 11:59:23 +02:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"allowJs": true
}
}