blob: 51f90f69c62c6ac08e429f75a572c7d218ae0daa (
plain)
1
2
3
4
5
6
7
8
9
|
{
"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"
}
}
|