aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-10-19 21:31:06 +0800
committerGitHub <noreply@github.com>2017-10-19 21:31:06 +0800
commitddec91ba520f231b1a9957acd2bd5ac1b398e6c7 (patch)
tree57202aa449fc148d10503629e75e2d80446655fd /tsconfig.json
parent8931f2e7364b9087c1db01b77eafd827d2c8bbbc (diff)
parent0329b36430456780ac2fa26749ce9bff730ba121 (diff)
downloaddexon-sol-tools-ddec91ba520f231b1a9957acd2bd5ac1b398e6c7.tar
dexon-sol-tools-ddec91ba520f231b1a9957acd2bd5ac1b398e6c7.tar.gz
dexon-sol-tools-ddec91ba520f231b1a9957acd2bd5ac1b398e6c7.tar.bz2
dexon-sol-tools-ddec91ba520f231b1a9957acd2bd5ac1b398e6c7.tar.lz
dexon-sol-tools-ddec91ba520f231b1a9957acd2bd5ac1b398e6c7.tar.xz
dexon-sol-tools-ddec91ba520f231b1a9957acd2bd5ac1b398e6c7.tar.zst
dexon-sol-tools-ddec91ba520f231b1a9957acd2bd5ac1b398e6c7.zip
Merge pull request #195 from 0xProject/minification
Reduce final bundle size by 11% (82kB)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 0684d4f1b..1fdb6d346 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -5,7 +5,7 @@
"lib": [ "es2015", "dom" ],
"outDir": "lib",
"sourceMap": true,
- "declaration": true,
+ "allowJs": true,
"noImplicitAny": true,
"experimentalDecorators": true,
"strictNullChecks": true
@@ -13,6 +13,7 @@
"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",