deepsite / tsconfig.json
archjayte's picture
Upload 35 files
797a478 verified
raw
history blame
109 Bytes
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}