15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
|
|
{
|
|
"presets": ["es2015"],
|
|
"plugins": [["transform-es2015-modules-umd", {
|
|
"globals": {
|
|
"@angular/core": "ng.core",
|
|
"rxjs/Subject": "Rx"
|
|
},
|
|
"exactGlobals": true
|
|
}]],
|
|
"moduleId": "@angular/core",
|
|
"compact": false
|
|
}
|
|
|