Base astro setup

This commit is contained in:
Alexis
2026-06-24 18:04:39 +02:00
parent 67119b4316
commit 3280ad0972
11 changed files with 2783 additions and 0 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}