summaryrefslogtreecommitdiff
path: root/.babelrc
blob: 3a1b0d44a1db1320abdf5b03eabfa3ea589c5ca5 (plain)
1
2
3
4
5
6
7
8
9
{
  "presets": ["es2015"],

  "env": {
    "test": {
      "plugins": ["istanbul"]
    }
  }
}