astro-hashnode/package/tsconfig.json

7 lines
92 B
JSON
Raw Permalink Normal View History

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