xddq / ts2typebox

Creating TypeBox code from Typescript types
MIT License
43 stars 3 forks source link

Feature/fix jsdoc to typescript for readonly and optional #11

Closed xddq closed 1 year ago

xddq commented 1 year ago

jsdoc -> typebox/JSON schema fixes. Fixed problems with readonly and optional types ad well as union types and arrays. Added tests for each fixed case.

How to test