Y
Hacker News
new
|
ask
|
show
|
jobs
by
jitl
1365 days ago
I’m working on a code generator that converts Typescript types to other schema descriptions. One of the conversions is TS -> TypeBox/JSONSchema:
https://github.com/justjake/ts-simple-type/blob/main/src/com...