UNPKG

218 BPlain TextView Raw
1{
2 "presets": [
3 ["env", {
4 "targets": {
5 "node": "6"
6 },
7 "modules": "commonjs"
8 }]
9 ],
10 "plugins": [
11 "transform-object-rest-spread",
12 "transform-async-generator-functions"
13 ]
14}