1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-05 06:29:38 +05:00
JaBa/dashboard/public/bower_components/zero-md/babel.config.json
2022-01-04 02:18:28 +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"
}
]
]
}