summaryrefslogtreecommitdiff
path: root/tests/testdata/jsx/import-map-scoped.json
blob: 9b2005128f16d47bf5cada6fc64fb6a9f764086d (plain)
1
2
3
4
5
6
7
8
{
  "scopes": {
    "../subdir/": {
      "jsx/jsx-runtime": "http://localhost:4545/jsx/jsx-runtime/index.ts",
      "jsx/jsx-dev-runtime": "http://localhost:4545/jsx/jsx-dev-runtime/index.ts"
    }
  }
}