From f64638173ac031749e304825eabd9e401fed1dc1 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 19 Oct 2017 00:31:10 +0300 Subject: Transform lodash-es to commonjs module format --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 0684d4f1b..598a60faa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,11 +8,13 @@ "declaration": true, "noImplicitAny": true, "experimentalDecorators": true, + "allowJs": true, "strictNullChecks": true }, "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