Files
frontpage/tsconfig.json
2025-05-28 23:37:29 +02:00

6 lines
109 B
JSON

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