15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": "> 0.25%, not dead"
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"angularjs-annotate"
|
|
]
|
|
}
|