skyfalldev/tsconfig.json
2024-07-14 13:40:05 +01:00

7 lines
125 B
JSON

{
"extends": "astro/tsconfigs/strict",
"exclude": ["dist/**"],
"compilerOptions": {
"strictNullChecks": true
}
}