mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-22 22:28:24 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["@babel/env", { "targets": {"node": "current"} }]
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-transform-async-to-generator"]
|
||
|
}
|