spritejs/sprite-core

View on GitHub
.es6.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [],
  "plugins": [
    [
      "@babel/plugin-proposal-decorators",
      {
        "decoratorsBeforeExport": false
      }
    ],
    "@babel/plugin-proposal-class-properties"
  ]
}