12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
|
|
{
|
|
"presets": ["es2015"],
|
|
"plugins": [["transform-es2015-modules-umd", {
|
|
"globals": {
|
|
"@angular/animations": "ng.animations"
|
|
},
|
|
"exactGlobals": true
|
|
}]],
|
|
"moduleId": "@angular/animations/browser/testing"
|
|
}
|