WebsiteButAgainTheSequelToT.../tsconfig.json

6 lines
109 B
JSON
Raw Normal View History

2024-12-19 18:26:17 -06:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}