gpl-compliance-1/babel.config.json

18 lines
272 B
JSON
Raw Permalink Normal View History

2023-01-30 00:59:45 +00:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"edge": "17",
"firefox": "60",
"chrome": "67",
"safari": "11.1"
},
"useBuiltIns": "usage",
"corejs": "3.6.5"
}
]
]
}