website/tsconfig.json

5 lines
83 B
JSON
Raw Normal View History

2022-12-04 14:46:22 +01:00
{
2023-05-14 11:18:43 +02:00
"extends": "astro/tsconfigs/strict",
"exclude": ["node_modules", ".astro"]
}