astro-hashnode/package/tsconfig.json

7 lines
92 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}