deno/tests/specs/import_map/import_map_config/config.json
2024-03-13 16:21:13 +00:00

16 lines
333 B
JSON

{
"importMap": "./import_map.json",
"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"
}
}
}