mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 14:14:51 +03:00
18 lines
263 B
JSON
18 lines
263 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"corejs": "3.8",
|
|
"useBuiltIns": "entry",
|
|
"targets": {
|
|
"ie": "11"
|
|
},
|
|
"loose": true,
|
|
"bugfixes": false,
|
|
"modules": false
|
|
}
|
|
]
|
|
]
|
|
}
|