osm_my_commerce/.babelrc

17 lines
212 B
Plaintext
Raw Permalink Normal View History

2020-12-16 13:56:07 +01:00
{
"env": {
"test": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
}