Files
kb-anhonesthost/tsconfig.json
T

6 lines
109 B
JSON
Raw Normal View History

2026-05-17 10:24:47 -07:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}