aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-07-22 06:33:37 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-07-22 06:34:47 +0800
commitf7fac34e03166533d92d2e0281103904e0b987f2 (patch)
tree58d4284ef73a72a5e341872a1fe50f862ce310fd /tsconfig.json
parent569cff01f3525359ce43752988b24c74f1781813 (diff)
downloaddexon-0x-contracts-f7fac34e03166533d92d2e0281103904e0b987f2.tar
dexon-0x-contracts-f7fac34e03166533d92d2e0281103904e0b987f2.tar.gz
dexon-0x-contracts-f7fac34e03166533d92d2e0281103904e0b987f2.tar.bz2
dexon-0x-contracts-f7fac34e03166533d92d2e0281103904e0b987f2.tar.lz
dexon-0x-contracts-f7fac34e03166533d92d2e0281103904e0b987f2.tar.xz
dexon-0x-contracts-f7fac34e03166533d92d2e0281103904e0b987f2.tar.zst
dexon-0x-contracts-f7fac34e03166533d92d2e0281103904e0b987f2.zip
Add bn.js types
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index e26c01048..9c045bb0b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,6 +13,7 @@
"include": [
"./src/**/*",
"./test/**/*",
+ "./node_modules/types-bn/index.d.ts",
"./node_modules/web3-typescript-typings/index.d.ts",
"./node_modules/chai-typescript-typings/index.d.ts",
"./node_modules/chai-as-promised-typescript-typings/index.d.ts"