mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +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,
|
|
}
|