Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface 'Provider' incorrectly extends interface 'Signer' #18

Open
feulf opened this issue Feb 20, 2021 · 1 comment
Open

Interface 'Provider' incorrectly extends interface 'Signer' #18

feulf opened this issue Feb 20, 2021 · 1 comment

Comments

@feulf
Copy link

feulf commented Feb 20, 2021

I'm using the @compound-finance/compund-js package in my typescript. When I run yarn run tsc -p . it throw this error
Interface 'Provider' incorrectly extends interface 'Signer'

https://github.com/compound-finance/compound-js/blob/master/src/types/index.ts#L114.

To make sure this error is not part of my code I started a new project from scratch, added compound-js package, node-ts, and typescript. The moment I import the package it starts throwing the error.

@javieracrich
Copy link

I'm having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@feulf @javieracrich and others