Files
hubproxy/docs/tsconfig.json
2026-07-13 06:42:37 +08:00

6 lines
109 B
JSON

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