trepa-web/tsconfig.json
2024-05-17 11:45:32 +02:00

6 lines
No EOL
92 B
JSON

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