1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-29 00:57:44 +02:00
js-bigchaindb-driver/examples/.babelrc

4 lines
157 B
Plaintext
Raw Normal View History

2018-01-20 14:25:15 +01:00
{
"presets": ["es2015", "stage-3"],
"plugins": ["syntax-async-functions", "transform-runtime", "transform-regenerator", "transform-async-to-generator"]
}