summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_maps/import_map.json
blob: 40d1d4ec2ff2f897cf555b2934ad752e65382a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "imports": {
    "print_hello": "./print_hello.ts",
    "moment": "./moment/moment.ts",
    "moment/": "./moment/",
    "lodash": "./lodash/lodash.ts",
    "lodash/": "./lodash/",
    "https://www.unpkg.com/vue/dist/vue.runtime.esm.js": "./vue.ts"
  },
  "scopes": {
    "scope/": {
      "moment": "./scoped_moment.ts"
    }
  }
}