Firework TypeScript contract generated from proto-contract protos
npm install @fireworkhq/proto-contractTypeScript types generated from the proto files. It goes through the following
steps:
1. Use ts-proto to generate .ts files.
2. Use tsc to generate .d.ts files.
3. Use the custom script bundle_dts.js to generate an index.d.ts file.
4. Publish the generated .d.ts files to NPM.