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