Created
December 17, 2017 21:25
-
-
Save krainboltgreene/fa19026b3506c47814e9768062d0b19a to your computer and use it in GitHub Desktop.
This file contains hidden or 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": [ | |
"env", | |
"flow" | |
], | |
"plugins": [ | |
["flow-runtime"], | |
"transform-object-rest-spread" | |
], | |
"env": { | |
"test": { | |
"plugins": [ | |
"istanbul" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment