Created
February 11, 2017 02:41
-
-
Save garbles/0b92aa24129e9d73bc3190cee91b35e7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": ["es-2015"], | |
"plugins": ["syntax-flow"], | |
"env": { | |
"development": { | |
"plugins": ["strip-flow-types"] | |
}, | |
"test": { | |
"plugins": ["flow-to-gen", "strip-flow-types"] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment