summaryrefslogtreecommitdiff
path: root/tests/testdata/jsx/import-map.json
blob: 1bfa04e2f0857e9cb925f10df3df0042ec21d54e (plain)
1
2
3
4
5
6
7
{
  "imports": {
    "jsx/jsx-runtime": "http://localhost:4545/jsx/jsx-runtime/index.ts",
    "jsx/jsx-dev-runtime": "http://localhost:4545/jsx/jsx-dev-runtime/index.ts",
    "jsx-precompile/jsx-runtime": "http://localhost:4545/jsx/jsx-precompile/index.ts"
  }
}