ts-json-schema-generator icon indicating copy to clipboard operation
ts-json-schema-generator copied to clipboard

Allow --expose option to be a list of named types

Open effulgentsia opened this issue 1 year ago • 0 comments

According to https://github.com/vega/ts-json-schema-generator?tab=readme-ov-file#options, --expose can be set to all, none, or all exported not @internal types. It would be helpful if --expose could also be set to a list of named types (e.g., --expose "Type1,Type2").

effulgentsia avatar Mar 23 '24 16:03 effulgentsia