Files
standardnotes-app-web/.babelrc
2019-12-16 16:26:51 -06:00

15 lines
201 B
Plaintext

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