typescript-json-schema
typescript-json-schema copied to clipboard
Possibility to ignore baseClass
I've a TypeScript class wich extends HTMLElement. I'd like to create the json scheme, but ignore alle the properties/methods/events from the base class. So the schema should only contain my own defined properties, methods,... is this possible?