overleaf/libraries/o-error/babel.config.json

8 lines
108 B
JSON
Raw Normal View History

2021-01-22 05:29:31 -05:00
{
"presets": [
["@babel/env", {
"targets": ["last 1 year", "ie 11", "firefox esr"]
}]
]
}