UNPKG

yaml-to-json-schema

Version:

Generate json schema from yaml (swagger, openapi, asyncapi)

17 lines (16 loc) 243 B
module.exports = { "presets": [ [ "@babel/preset-env", { targets: { node: '12' } } ], "@babel/preset-typescript" ], "plugins": [ "@babel/plugin-proposal-class-properties" ] }