JaBa/dashboard/public/bower_components/zero-md/babel.config.json
2021-12-25 00:37:51 +05:00

18 lines
No EOL
279 B
JSON

{
"presets": [
[
"@babel/env",
{
"targets": {
"edge": "17",
"firefox": "60",
"chrome": "67",
"safari": "9",
"ie": "11"
},
"useBuiltIns": "usage",
"corejs": "3"
}
]
]
}