summaryrefslogtreecommitdiff
path: root/tests/specs/run/jsx_import_source_pragma/jsx/deno-jsx.jsonc
blob: 311409ea370e75b497a00d83e044ded8fd305165 (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "http://localhost:4545/jsx"
  }
}