From 641d3b75eadf8f3330d60ca26b7edc06a871219c Mon Sep 17 00:00:00 2001 From: Leonid Date: Tue, 24 Oct 2017 16:40:38 +0300 Subject: Revert "Reduce final bundle size by 11% (82kB)" --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 1fdb6d346..0684d4f1b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "lib": [ "es2015", "dom" ], "outDir": "lib", "sourceMap": true, - "allowJs": true, + "declaration": true, "noImplicitAny": true, "experimentalDecorators": true, "strictNullChecks": true @@ -13,7 +13,6 @@ "include": [ "./src/**/*", "./test/**/*", - "./node_modules/lodash-es/**/*", "./node_modules/types-bn/index.d.ts", "./node_modules/types-ethereumjs-util/index.d.ts", "./node_modules/web3-typescript-typings/index.d.ts", -- cgit