about summary refs log tree commit diff
path: root/streaming/.babelrc
blob: dc1ec43039997bfeb5089f861e9809325c108fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "presets": [
    [
      "env",
      {
        "targets": {
          "node": "current"
        }
      }
    ]
  ],
  "plugins": [
    "transform-object-rest-spread"
  ]
}