docs: add documentation

This commit is contained in:
Maël Gangloff
2025-11-12 22:29:35 +01:00
parent 60223a7338
commit 4907279dd7
29 changed files with 4309 additions and 0 deletions

5
docs/tsconfig.json Normal file
View File

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