Files
react-native/packages/react-native-codegen/.babelrc

9 lines
226 B
Plaintext

{
"plugins": [
"@babel/plugin-transform-flow-strip-types",
"@babel/plugin-transform-class-properties",
"@babel/plugin-transform-nullish-coalescing-operator",
"@babel/plugin-transform-optional-chaining"
]
}