mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-21 17:26:56 +01:00
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
{
|
|
"presets": ["env"],
|
|
|
|
"plugins": [
|
|
"transform-export-extensions",
|
|
"transform-object-assign",
|
|
"transform-object-rest-spread"
|
|
],
|
|
"sourceMaps": true,
|
|
}
|