UNPKG

141 BPlain TextView Raw
1{
2 "presets": [["env", {
3 "targets": {
4 "node": "6"
5 }
6 }]],
7 "plugins": ["transform-async-super"],
8 "ignore": ["builtins"]
9}