se-panfilov/jsvat

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "env": {
    "test": {
      "plugins": [
        "transform-es2015-modules-commonjs"
      ],
      "presets": [
        [
          "@babel/preset-env",
          {
            "modules": false
          }
        ]
      ]
    }
  }
}