10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
"angularjs-annotate",
|
|
["@babel/transform-runtime", {
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|