bujo et modification de texte

This commit is contained in:
2026-01-18 21:50:42 +04:00
parent a581da5d50
commit 088550a85a
32 changed files with 2544 additions and 62 deletions

View File

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