aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/tsconfig.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-27 23:47:45 +0800
committerGitHub <noreply@github.com>2018-03-27 23:47:45 +0800
commit066d13f5b7260d28b13195c4f9aed48b4ae96cc3 (patch)
tree5326f5b5789cc30ea6c5262a4ac19978737081ef /packages/testnet-faucets/tsconfig.json
parent26e9696ddb004759a4a7c5f4a8901dc3255a70f9 (diff)
parentec06d8d6067488b53183db392b4da91be0cc219e (diff)
downloaddexon-0x-contracts-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar
dexon-0x-contracts-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.gz
dexon-0x-contracts-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.bz2
dexon-0x-contracts-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.lz
dexon-0x-contracts-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.xz
dexon-0x-contracts-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.tar.zst
dexon-0x-contracts-066d13f5b7260d28b13195c4f9aed48b4ae96cc3.zip
Merge pull request #480 from 0xProject/feature/clean-state-tests
Add clean-state tests
Diffstat (limited to 'packages/testnet-faucets/tsconfig.json')
-rw-r--r--packages/testnet-faucets/tsconfig.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/testnet-faucets/tsconfig.json b/packages/testnet-faucets/tsconfig.json
index 237f62169..b0e7ba00c 100644
--- a/packages/testnet-faucets/tsconfig.json
+++ b/packages/testnet-faucets/tsconfig.json
@@ -6,9 +6,7 @@
},
"include": [
"./src/ts/**/*",
- "../../node_modules/ethers-typescript-typings/index.d.ts",
"../../node_modules/types-bn/index.d.ts",
- "../../node_modules/types-ethereumjs-util/index.d.ts",
- "../../node_modules/web3-typescript-typings/index.d.ts"
+ "../../node_modules/types-ethereumjs-util/index.d.ts"
]
}