Files
landing/tsconfig.json
T
anthony e9d34f9d13 feat: scaffold Astro project with en/fr i18n routing
Sets output to static (Astro default) with path-based i18n routing
(/en/, /fr/) and no unprefixed default-locale route, per the hub
landing page design spec.
2026-08-02 15:50:28 +02:00

6 lines
109 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}