feat: apply pro creative-lab art direction and validate astro pipeline

This commit is contained in:
Clément SAILLANT
2026-03-01 21:50:31 +01:00
parent 8484c16c09
commit a607feda60
57 changed files with 28622 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist", "storybook-static"]
}