aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/tsconfig.json
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2018-02-15 07:13:12 +0800
committerGitHub <noreply@github.com>2018-02-15 07:13:12 +0800
commite22788abe86b9ccee48bdccfc0a226b3292267c0 (patch)
tree46499be4ae9cd55409047752ffc1f27b96c8c423 /packages/dev-utils/tsconfig.json
parent0dfb36e6759e67a82ed720bf31185aadfbea2c63 (diff)
parentbbfbfcda85d14a60711837989bf35cc22c0c3394 (diff)
downloaddexon-sol-tools-e22788abe86b9ccee48bdccfc0a226b3292267c0.tar
dexon-sol-tools-e22788abe86b9ccee48bdccfc0a226b3292267c0.tar.gz
dexon-sol-tools-e22788abe86b9ccee48bdccfc0a226b3292267c0.tar.bz2
dexon-sol-tools-e22788abe86b9ccee48bdccfc0a226b3292267c0.tar.lz
dexon-sol-tools-e22788abe86b9ccee48bdccfc0a226b3292267c0.tar.xz
dexon-sol-tools-e22788abe86b9ccee48bdccfc0a226b3292267c0.tar.zst
dexon-sol-tools-e22788abe86b9ccee48bdccfc0a226b3292267c0.zip
Merge pull request #392 from 0xProject/feature/subproviders_move
Move subproviders from dev-utils to subproviders package and add tests for dev-utils
Diffstat (limited to 'packages/dev-utils/tsconfig.json')
-rw-r--r--packages/dev-utils/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/dev-utils/tsconfig.json b/packages/dev-utils/tsconfig.json
index bdf315d59..ace978fea 100644
--- a/packages/dev-utils/tsconfig.json
+++ b/packages/dev-utils/tsconfig.json
@@ -5,7 +5,9 @@
},
"include": [
"./src/**/*",
+ "./test/**/*",
"../../node_modules/types-bn/index.d.ts",
+ "../../node_modules/chai-typescript-typings/index.d.ts",
"../../node_modules/web3-typescript-typings/index.d.ts",
"../../node_modules/types-ethereumjs-util/index.d.ts"
]