this repo has no description
1{ 2 "presets": [ 3 ["@babel/preset-env", { 4 "targets": "last 2 versions, >1%, not dead" 5 }], 6 ], 7}