diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/typescript-typings/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index 8b7a640c9..fb5353a82 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -26,7 +26,8 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme", "dependencies": { "ethereum-types": "^1.0.0", - "bignumber.js": "~4.1.0" + "bignumber.js": "~4.1.0", + "@types/bn.js": "^4.11.0" }, "devDependencies": { "@0xproject/monorepo-scripts": "^1.0.0", |