UNPKG

105 BPlain TextView Raw
1{
2 "presets": [
3 ["@babel/preset-env", {
4 "targets": {
5 "node": "6"
6 }
7 }]
8 ]
9}