newechoes/tsconfig.json

6 lines
109 B
JSON
Raw Normal View History

2025-02-24 16:18:36 +08:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}