vega / ts-json-schema-generator

Generate JSON schema from your Typescript sources
MIT License
1.44k stars 190 forks source link

Port features from xiag-ag/typescript-to-json-schema #63

Open domoritz opened 5 years ago

domoritz commented 5 years ago

xiag-ag/typescript-to-json-schema has had some new features that we should port over. Your help is greatly appreciated.

See https://github.com/vega/ts-json-schema-generator/compare/master...xiag-ag:master for a diff.

domoritz commented 4 years ago

Would be good to port things like https://github.com/xiag-ag/typescript-to-json-schema/pull/40

domoritz commented 3 years ago

I ported the test from https://github.com/xiag-ag/typescript-to-json-schema/pull/40 and it works.