add JSBI :(
Showing
.babelrc
0 → 100644
... | @@ -23,15 +23,15 @@ | ... | @@ -23,15 +23,15 @@ |
"@ethersproject/address": "^5.0.0-beta.134", | "@ethersproject/address": "^5.0.0-beta.134", | ||
"big.js": "^5.2.2", | "big.js": "^5.2.2", | ||
"decimal.js-light": "^2.5.0", | "decimal.js-light": "^2.5.0", | ||
"jsbi": "^3.1.1", | |||
"tiny-invariant": "^1.0.6", | "tiny-invariant": "^1.0.6", | ||
"toformat": "^2.0.0" | "toformat": "^2.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@types/big.js": "^4.0.5", | "@types/big.js": "^4.0.5", | ||
"@types/jest": "^24.0.25", | "@types/jest": "^24.0.25", | ||
"tsdx": "^0.12.1", | "babel-plugin-transform-jsbi-to-bigint": "^1.3.1", | ||
"tslib": "^1.10.0", | "tsdx": "^0.12.3" | ||
"typescript": "^3.7.5" | |||
}, | }, | ||
"engines": { | "engines": { | ||
"node": ">=10" | "node": ">=10" | ||
... | ... |
Please register or sign in to comment