docs: update documentation

This commit is contained in:
Maël Gangloff
2025-12-04 16:06:09 +01:00
parent 9326b29728
commit f2b5e0d732
5 changed files with 193 additions and 13 deletions

View File

@@ -1,5 +1,18 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
"extends": "astro/tsconfigs/strictest",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": [
"src/*"
]
}
}
}