16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
|
|
||
|
{
|
||
|
"presets": ["es2015"],
|
||
|
"plugins": [["transform-es2015-modules-umd", {
|
||
|
"globals": {
|
||
|
"@angular/core": "ng.core",
|
||
|
"@angular/core/testing": "ng.core.testing",
|
||
|
"@angular/compiler": "ng.compiler",
|
||
|
"rxjs/Observable": "Rx",
|
||
|
"rxjs/Subject": "Rx"
|
||
|
},
|
||
|
"exactGlobals": true
|
||
|
}]],
|
||
|
"moduleId": "@angular/core/testing"
|
||
|
}
|