Scaffold Astro 5 project with static output and i18n-ready content collections

This commit is contained in:
hsiegeln
2026-04-24 16:30:21 +02:00
parent 75f20d5367
commit b9b0dcb6ec
7 changed files with 13115 additions and 0 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": ["src/**/*", "astro.config.mjs", "tailwind.config.mjs"],
"exclude": ["dist", "node_modules"]
}