17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
|
|
{
|
|
"presets": ["es2015"],
|
|
"plugins": [["transform-es2015-modules-umd", {
|
|
"globals": {
|
|
"@angular/core": "ng.core",
|
|
"@angular/common": "ng.common",
|
|
"@angular/common/testing": "ng.common.testing",
|
|
"@angular/platform-browser": "ng.platformBrowser",
|
|
"@angular/router": "ng.router",
|
|
"@angular/router/testing": "ng.router.testing"
|
|
},
|
|
"exactGlobals": true
|
|
}]],
|
|
"moduleId": "@angular/router/testing"
|
|
}
|