10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/env", {
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": ["@babel/plugin-transform-async-to-generator"]
|
|
} |