chainy/node_modules/markov-chains/.babelrc
2020-01-26 21:03:32 +02:00

11 lines
133 B
Plaintext

{
"presets": [
"es2015-native-generators"
],
"env": {
"test": {
"plugins": [ "babel-plugin-rewire" ]
}
}
}