From 64f4a276ffea9dab491514fdc9ab13f6cefa6d7d Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 21 Jul 2017 15:42:42 -0700 Subject: Add ethereumjs-utils types --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 9c045bb0b..0684d4f1b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,7 @@ "./src/**/*", "./test/**/*", "./node_modules/types-bn/index.d.ts", + "./node_modules/types-ethereumjs-util/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