diff options
author | Fabio Berger <me@fabioberger.com> | 2017-05-25 16:58:40 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-05-25 16:58:40 +0800 |
commit | 755c980a56385f2fe4198b5d4a312d7af0eab02c (patch) | |
tree | 60b53698073d403d2a02f355dcae348c84a34333 /tsconfig.json | |
parent | 140a160ba0627f80f998555438df1d797c75380e (diff) | |
download | dexon-sol-tools-755c980a56385f2fe4198b5d4a312d7af0eab02c.tar dexon-sol-tools-755c980a56385f2fe4198b5d4a312d7af0eab02c.tar.gz dexon-sol-tools-755c980a56385f2fe4198b5d4a312d7af0eab02c.tar.bz2 dexon-sol-tools-755c980a56385f2fe4198b5d4a312d7af0eab02c.tar.lz dexon-sol-tools-755c980a56385f2fe4198b5d4a312d7af0eab02c.tar.xz dexon-sol-tools-755c980a56385f2fe4198b5d4a312d7af0eab02c.tar.zst dexon-sol-tools-755c980a56385f2fe4198b5d4a312d7af0eab02c.zip |
Add assertions library and add them for all function args
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 1c3f8eb0a..b86d0ec6e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ }, "include": [ "./src/**/*", - "./test/**/*" + "./test/**/*", + "./node_modules/web3-typescript-typings/index.d.ts" ] } |