Email-Templates/tsconfig.json

6 lines
109 B
JSON
Raw Normal View History

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