compound-js icon indicating copy to clipboard operation
compound-js copied to clipboard

Interface 'Provider' incorrectly extends interface 'Signer'

Open feulf opened this issue 4 years ago • 1 comments

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.

feulf avatar Feb 20 '21 01:02 feulf

I'm having the same issue.

javieracrich avatar Mar 29 '22 14:03 javieracrich