Files
Nicolas Gallagher f81095442f Reorganize monorepo structure
* Move all config files to './configs'
* Simplify './scripts' folder.
2022-07-02 12:01:01 -07:00

10 lines
135 B
Plaintext

{
"presets": [
"next/babel",
"@babel/preset-flow"
],
"plugins": [
[ "react-native-web", { "commonjs": true } ]
]
}