diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-06-03 00:53:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-03 00:53:21 +0800 |
commit | c83587a16d016d1efafaf31abb9b39eb54128568 (patch) | |
tree | ac53dfb35344c644096f574802eb64eab5955f90 /tsconfig.json | |
parent | b8ff2468776e1c784ff50e5ada1c633ee0d3aeda (diff) | |
parent | 3fad55d118b6a2f8f44ba5dec7fdae276c806eb3 (diff) | |
download | dexon-sol-tools-c83587a16d016d1efafaf31abb9b39eb54128568.tar dexon-sol-tools-c83587a16d016d1efafaf31abb9b39eb54128568.tar.gz dexon-sol-tools-c83587a16d016d1efafaf31abb9b39eb54128568.tar.bz2 dexon-sol-tools-c83587a16d016d1efafaf31abb9b39eb54128568.tar.lz dexon-sol-tools-c83587a16d016d1efafaf31abb9b39eb54128568.tar.xz dexon-sol-tools-c83587a16d016d1efafaf31abb9b39eb54128568.tar.zst dexon-sol-tools-c83587a16d016d1efafaf31abb9b39eb54128568.zip |
Merge pull request #30 from 0xProject/fillOrderAsync
fillOrderAsync
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index b86d0ec6e..6e49168b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,8 @@ "include": [ "./src/**/*", "./test/**/*", - "./node_modules/web3-typescript-typings/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" ] } |