mirror of
https://github.com/appium/appium.git
synced 2026-02-12 21:10:10 -06:00
33 lines
493 B
JSON
33 lines
493 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "14"
|
|
},
|
|
"shippedProposals": true
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["source-map-support"],
|
|
"comments": false,
|
|
"sourceMaps": "both",
|
|
"env": {
|
|
"coverage": {
|
|
"plugins": [
|
|
[
|
|
"istanbul",
|
|
{
|
|
"exclude": ["test", "build"]
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"test": {
|
|
"retainLines": true,
|
|
"comments": true
|
|
}
|
|
}
|
|
}
|