diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-03-27 23:47:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 23:47:45 +0800 |
commit | 066d13f5b7260d28b13195c4f9aed48b4ae96cc3 (patch) | |
tree | 5326f5b5789cc30ea6c5262a4ac19978737081ef /packages/0x.js/tsconfig.json | |
parent | 26e9696ddb004759a4a7c5f4a8901dc3255a70f9 (diff) | |
parent | ec06d8d6067488b53183db392b4da91be0cc219e (diff) | |
download | dexon-sol-tools-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar dexon-sol-tools-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.gz dexon-sol-tools-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.bz2 dexon-sol-tools-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.lz dexon-sol-tools-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.xz dexon-sol-tools-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.zst dexon-sol-tools-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.zip |
Merge pull request #480 from 0xProject/feature/clean-state-tests
Add clean-state tests
Diffstat (limited to 'packages/0x.js/tsconfig.json')
-rw-r--r-- | packages/0x.js/tsconfig.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/0x.js/tsconfig.json b/packages/0x.js/tsconfig.json index a6b5c71c2..ddf5a910e 100644 --- a/packages/0x.js/tsconfig.json +++ b/packages/0x.js/tsconfig.json @@ -8,10 +8,6 @@ "./src/**/*", "./test/**/*", "../../node_modules/types-bn/index.d.ts", - "../../node_modules/types-ethereumjs-util/index.d.ts", - "../../node_modules/ethers-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" + "../../node_modules/types-ethereumjs-util/index.d.ts" ] } |