potentia-website/tsconfig.json
2023-03-05 09:18:52 -05:00

7 lines
121 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "react"
}
}