tomchentw/react-prop-types-element-of-type

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "env": {
    "test": {
      "plugins": [
        "typecheck"
      ]
    }
  },
  "plugins": [
    "transform-flow-comments"
  ],
  "presets": [
    "es2015",
    "stage-0",
    "react"
  ]
}