aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-02-28 04:50:58 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-02-28 04:50:58 +0800
commit29c5ba56396906472b97f0d09ab5ba1be2799c88 (patch)
treecad9fe0f7ea6b632ab24a9b7c002b895b128bb94 /packages/dev-utils
parentcdea6184570668592a46e3af7fe9bef1c33a7b79 (diff)
downloaddexon-sol-tools-29c5ba56396906472b97f0d09ab5ba1be2799c88.tar
dexon-sol-tools-29c5ba56396906472b97f0d09ab5ba1be2799c88.tar.gz
dexon-sol-tools-29c5ba56396906472b97f0d09ab5ba1be2799c88.tar.bz2
dexon-sol-tools-29c5ba56396906472b97f0d09ab5ba1be2799c88.tar.lz
dexon-sol-tools-29c5ba56396906472b97f0d09ab5ba1be2799c88.tar.xz
dexon-sol-tools-29c5ba56396906472b97f0d09ab5ba1be2799c88.tar.zst
dexon-sol-tools-29c5ba56396906472b97f0d09ab5ba1be2799c88.zip
Include types for ethers-contracts
Diffstat (limited to 'packages/dev-utils')
-rw-r--r--packages/dev-utils/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dev-utils/tsconfig.json b/packages/dev-utils/tsconfig.json
index ace978fea..1ed3fbc9c 100644
--- a/packages/dev-utils/tsconfig.json
+++ b/packages/dev-utils/tsconfig.json
@@ -8,6 +8,7 @@
"./test/**/*",
"../../node_modules/types-bn/index.d.ts",
"../../node_modules/chai-typescript-typings/index.d.ts",
+ "../../node_modules/ethers-typescript-typings/index.d.ts",
"../../node_modules/web3-typescript-typings/index.d.ts",
"../../node_modules/types-ethereumjs-util/index.d.ts"
]