summaryrefslogtreecommitdiff
path: root/cli/tests/import_maps/import_map.json
blob: 601874aab9b35d46f9044f27b1340b35d31e6e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "imports": {
    "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"
    }
  }
}