Upgrades to Astro 5

This commit is contained in:
2024-12-24 09:26:32 +00:00
parent b080e56314
commit 532f75bea0
6 changed files with 2556 additions and 1734 deletions

View File

@@ -1,6 +1,11 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true
}
}
"strictNullChecks": true
},
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": ["dist"]
}