typescript-json-schema icon indicating copy to clipboard operation
typescript-json-schema copied to clipboard

Possibility to ignore baseClass

Open jogibear9988 opened this issue 1 year ago • 0 comments

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?

jogibear9988 avatar Apr 11 '24 18:04 jogibear9988