@startupjs/babel-plugin-ts-to-json-schema
v0.61.0
Published
Babel plugin to convert TypeScript types to JSON Schema
Readme
@startupjs/babel-plugin-ts-to-json-schema
Transform TypeScript interface to JSON Schema to be used in Docs.
Usage
When using as part of 'babel-preset-startupjs', enable this plugin by passing the option docgen: true:
presets: [
['babel-preset-startupjs', { docgen: true }]
]Options
// defaults
{
magicExportName: '_PropsJsonSchema',
interfaceMatch: 'export interface'
}License
MIT
