react-native-macos/.babelrc

9 строки
139 B
Plaintext
Исходник Обычный вид История

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