Files
standardnotes-app-web/.babelrc
2020-04-09 18:16:57 -05:00

17 lines
273 B
Plaintext

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