react-native/.babelrc

9 lines
139 B
Plaintext
Raw Normal View History

{
"presets": [
"module:@react-native/babel-preset"
],
"plugins": [
"babel-plugin-transform-flow-enums"
]
}