AB-funnels/tsconfig.json
2025-04-17 16:51:18 +00:00

6 lines
109 B
JSON

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