ellie-patchnotes/tsconfig.json

5 lines
108 B
JSON
Raw Normal View History

2024-01-19 10:55:32 +00:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
2024-01-19 10:55:32 +00:00
}