diff options
Diffstat (limited to 'tests/importmaps/import_map.json')
-rw-r--r-- | tests/importmaps/import_map.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/importmaps/import_map.json b/tests/importmaps/import_map.json deleted file mode 100644 index 601874aab..000000000 --- a/tests/importmaps/import_map.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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" - } - } -} |