babel/.babelrc

12 lines
226 B
Plaintext

{
"stage": 0,
"loose": ["all"],
"blacklist": ["es6.tailCall"],
"optional": ["optimisation.flow.forOf", "bluebirdCoroutines"],
"env": {
"test": {
"auxiliaryCommentBefore": "istanbul ignore next"
}
}
}