diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-07-22 06:39:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 06:39:23 +0800 |
commit | 5d31d43cf845cc5db3d0481110dc1a90387e1ff4 (patch) | |
tree | 58d4284ef73a72a5e341872a1fe50f862ce310fd /tsconfig.json | |
parent | 569cff01f3525359ce43752988b24c74f1781813 (diff) | |
parent | f7fac34e03166533d92d2e0281103904e0b987f2 (diff) | |
download | dexon-sol-tools-5d31d43cf845cc5db3d0481110dc1a90387e1ff4.tar.gz dexon-sol-tools-5d31d43cf845cc5db3d0481110dc1a90387e1ff4.tar.zst dexon-sol-tools-5d31d43cf845cc5db3d0481110dc1a90387e1ff4.zip |
Merge pull request #112 from 0xProject/bn.js-types
Add bn.js types
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
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" |