eleboog-astro/tsconfig.json
2024-10-06 15:36:35 -05:00

7 lines
No EOL
124 B
JSON

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