rsnext/examples/with-flow/.babelrc
jagreehal 1e77568657 added example with flow (#814)
* added  example with flow

* Fixed linting errors
2017-01-19 01:48:55 -08:00

8 lines
No EOL
108 B
Text

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