summaryrefslogtreecommitdiff
path: root/tests/specs/npm/local_dir_no_duplicate_resolution/deno.json
blob: ae2f9c1ae854d4ae425ef65d5b80629b750e3750 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "nodeModulesDir": true,
  "imports": {
    "preact": "npm:preact",
    "preact-render-to-string": "npm:preact-render-to-string"
  },
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "preact"
  }
}