mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-21 05:38:24 +00:00
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"plugins": [ "istanbul" ]
|
|
}
|
|
},
|
|
"presets": [
|
|
["@babel/env", { "targets": {"node": "current"} }]
|
|
],
|
|
"plugins": ["@babel/plugin-transform-async-to-generator"]
|
|
}
|