codekie/openapi-examples-validator

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": {
          "node": "16"
        }
      }
    ]
  ],
  "plugins": []
}