peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

Issue after upgrading typescript to 3.2.1 #190

Open vsssunder opened 5 years ago

vsssunder commented 5 years ago

I have upgraded typescript to 3.2.1 after which I am getting the following error:

ERROR in node_modules/typescript/lib/lib.dom.d.ts(17834,6): error TS2300: Duplicate identifier 'BigInteger'. node_modules/@types/big-integer/index.d.ts(6,11): error TS2300: Duplicate identifier 'BigInteger'. node_modules/@types/big-integer/index.d.ts(222,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'bigInt' must be of type 'BigIntegerStatic', but here has type 'BigIntegerStatic'.