toastie-site/tsconfig.json

5 lines
108 B
JSON
Raw Permalink Normal View History

2024-11-26 21:10:42 +00:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
2024-11-26 21:10:42 +00:00
}