Consensys / ethql

A GraphQL interface to Ethereum :fire:
Apache License 2.0
624 stars 85 forks source link

Extract out web3 typescript declarations info its own package? #84

Open rej156 opened 6 years ago

rej156 commented 6 years ago

Mono repo with lerna and yarn workspaces?

pcardune commented 6 years ago

There already is a package: https://www.npmjs.com/package/@types/web3. it's just buggy 🙁

raulk commented 6 years ago

Yeah, rather than submitting a stream of PRs which will take time to be merged, we decided to fix the Web3 typings locally for now. Once we feel they are stable, we’ll submit a single PR to DefinitelyTyped to get them merged upstream.