chainy/node_modules/markov-chains/.babelrc

11 lines
133 B
Plaintext
Raw Normal View History

2020-01-26 19:03:32 +00:00
{
"presets": [
"es2015-native-generators"
],
"env": {
"test": {
"plugins": [ "babel-plugin-rewire" ]
}
}
}