JSON schema generator for typescript interfaces
npm install @etherdata-blockchain/etd-schema-generatorThis package will generate json schema for any given directory's typescript interface.
We recommend you use this package as one of the pre-x scripts in your package.json file.
For example, a prebuild script is perfectly fit in most cases.