mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-20 13:18: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"]
|
|
}
|