website/tsconfig.json
2025-06-12 11:59:23 +02:00

7 lines
120 B
JSON

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