static-pages/tsconfig.json
2025-04-16 13:52:43 -04:00

5 lines
109 B
JSON

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