Files
astro-github-component/tsconfig.json
2024-05-15 12:50:04 +02:00

6 lines
91 B
JSON

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