2018-12-12 15:57:17 +01:00
|
|
|
{
|
2018-12-20 16:10:01 +01:00
|
|
|
"env": {
|
|
|
|
"test": {
|
|
|
|
"plugins": [ "istanbul" ]
|
|
|
|
}
|
|
|
|
},
|
2018-12-12 15:57:17 +01:00
|
|
|
"presets": [
|
|
|
|
["@babel/env", { "targets": {"node": "current"} }]
|
|
|
|
],
|
|
|
|
"plugins": ["@babel/plugin-transform-async-to-generator"]
|
|
|
|
}
|