Ankit Saini

Results 2 comments of Ankit Saini

Hi @carlosmiei ! Typescript version in the parent project is 4.8.4. (I have also tried 4.7.4, but no luck). I've been using ccxt for a while. `tsc` runs fine for...

Here is a simplified reproducible project: https://github.com/sainiankit/ccxt-test ``` Steps to reproduce: 1.) npm install 2.) npm run build ``` ``` > [email protected] build > tsc node_modules/ccxt/js/src/base/ws/Cache.d.ts:1:31 - error TS2314: Generic...