barrettruth.com/tsconfig.json
2025-05-22 14:23:22 -05:00

5 lines
109 B
JSON

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