astro-hashnode/playground/tsconfig.json

8 lines
115 B
JSON
Raw Permalink Normal View History

2024-03-11 09:34:55 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
},
"exclude": ["dist"]
}