From 755c980a56385f2fe4198b5d4a312d7af0eab02c Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 25 May 2017 10:58:40 +0200 Subject: Add assertions library and add them for all function args --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 1c3f8eb0a..b86d0ec6e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ }, "include": [ "./src/**/*", - "./test/**/*" + "./test/**/*", + "./node_modules/web3-typescript-typings/index.d.ts" ] } -- cgit v1.2.3