metro/.babelrc

11 lines
227 B
Plaintext

{
"plugins": [
"syntax-trailing-function-commas",
"transform-flow-strip-types",
"transform-es2015-destructuring",
"transform-es2015-parameters",
"transform-async-to-generator"
],
"retainLines": true
}