mastodon/streaming/.babelrc

16 lines
178 B
Plaintext

{
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
],
"plugins": [
"transform-object-rest-spread"
]
}