1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-25 02:36:40 +02:00
js-bigchaindb-driver/.babelrc
Matthias Kretschmann 81ef5978b8
API docs & dev updates
* new command: npm run doc, for generating the API.md file
* new command: npm run dev, for live watching webpack
* JSdoc: make all methods public by default, selectively make some private
* JSdoc: organize all methods under their class
* linting fixes
* package updates
2018-05-14 17:14:40 +02:00

11 lines
201 B
Plaintext

{
"presets": [
"env"
],
"plugins": [
"transform-export-extensions",
"transform-object-assign",
"transform-object-rest-spread"
],
"sourceMaps": true
}