summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/jsximportsource_importmap_config/deno.json
blob: 6d837af7ccb408c5b42a2e9f72cbbd13a37ea473 (plain)
1
2
3
4
5
6
7
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "jsx"
  },
  "importMap": "./import_map.json"
}