UNPKG

164 BPlain TextView Raw
1{
2 "presets": [
3 ["@babel/env", {
4 "targets": {
5 "node": "current"
6 }
7 }]
8 ],
9 "plugins": ["@babel/plugin-transform-async-to-generator"]
10}
\No newline at end of file