domain-watchdog/docs/tsconfig.json
2025-11-12 22:29:35 +01:00

6 lines
109 B
JSON

{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}