rsnext/examples/with-jest-flow/.babelrc
Sam Washburn 70aa2b5821 Merged with-jest and with-flow examples into a new with-jest-flow example. (#7224)
* Merged with-jest and with-flow examples into with-jest-flow.

* Removed semicolons linter was complaining about.
2019-05-08 14:41:34 +02:00

8 lines
No EOL
108 B
Text

{
"presets": [
"next/babel"
],
"plugins": [
"transform-flow-strip-types"
]
}