summaryrefslogtreecommitdiff
path: root/tests/specs/run/jsx_import_source_error/jsx/deno-jsx-error.jsonc
blob: 37cb4dd912cfd4a8b4c23e2fd7986407d099cb8e (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "./nonexistent"
  }
}