From f7fac34e03166533d92d2e0281103904e0b987f2 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 21 Jul 2017 15:33:37 -0700 Subject: Add bn.js types --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e26c01048..9c045bb0b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "include": [ "./src/**/*", "./test/**/*", + "./node_modules/types-bn/index.d.ts", "./node_modules/web3-typescript-typings/index.d.ts", "./node_modules/chai-typescript-typings/index.d.ts", "./node_modules/chai-as-promised-typescript-typings/index.d.ts" -- cgit v1.2.3