mirror of
https://github.com/wekan/wekan.git
synced 2025-04-18 19:24:50 -04:00
12 lines
140 B
Text
12 lines
140 B
Text
{
|
|
"presets": [
|
|
"@babel/preset-stage-3"
|
|
],
|
|
"env": {
|
|
"COVERAGE": {
|
|
"plugins": [
|
|
"istanbul"
|
|
]
|
|
}
|
|
}
|
|
}
|