tinper-bee-core/.babelrc

10 lines
112 B
Plaintext
Raw Normal View History

2016-11-18 09:38:24 +08:00
{
"presets": ["es2015-loose", "stage-1"],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}