kb-zup/tsconfig.json
wakadakawaka 1587f32ca8 first
2025-04-25 21:42:06 +05:00

6 lines
109 B
JSON

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