summaryrefslogtreecommitdiff
path: root/tests/specs/test/test_with_custom_jsx/deno_custom_jsx.json
blob: 7ef04d829f0a6ca9f93307802ef21f9133738b25 (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "https://esm.sh/react@18.1.0"
  }
}