diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-10-24 21:40:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 21:40:38 +0800 |
commit | 641d3b75eadf8f3330d60ca26b7edc06a871219c (patch) | |
tree | a2fa218dfd160986d39a2281a6748c325ebba2d1 /tsconfig.json | |
parent | fab2fa9adfe95db0b6f203efb926d52b6c9e14d4 (diff) | |
download | dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.gz dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.zst dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.zip |
Revert "Reduce final bundle size by 11% (82kB)"
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
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", |