Hangry/.babelrc

8 lines
107 B
Plaintext
Raw Normal View History

2024-02-27 16:19:55 +08:00
{
"presets": ["react-native","react-native-stage-0"],
"plugins": ["transform-decorators-legacy"]
}