Forgejo-Timetracking-Dashboard/tsconfig.json

6 lines
109 B
JSON
Raw Permalink Normal View History

2026-06-14 15:21:43 +02:00
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}