aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/tsconfig.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-18 22:17:17 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-18 22:17:17 +0800
commitba987b0574211f67a734a21fc885e446a03cad63 (patch)
treec705b115b8d84b9c203f70e6954760b1b7359703 /packages/deployer/tsconfig.json
parentb20f34adb7726c4389012c2373bacc7e1b05b620 (diff)
downloaddexon-sol-tools-ba987b0574211f67a734a21fc885e446a03cad63.tar
dexon-sol-tools-ba987b0574211f67a734a21fc885e446a03cad63.tar.gz
dexon-sol-tools-ba987b0574211f67a734a21fc885e446a03cad63.tar.bz2
dexon-sol-tools-ba987b0574211f67a734a21fc885e446a03cad63.tar.lz
dexon-sol-tools-ba987b0574211f67a734a21fc885e446a03cad63.tar.xz
dexon-sol-tools-ba987b0574211f67a734a21fc885e446a03cad63.tar.zst
dexon-sol-tools-ba987b0574211f67a734a21fc885e446a03cad63.zip
Move tests to a separate folder
Diffstat (limited to 'packages/deployer/tsconfig.json')
-rw-r--r--packages/deployer/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/deployer/tsconfig.json b/packages/deployer/tsconfig.json
index 25c28b72a..4e1edb510 100644
--- a/packages/deployer/tsconfig.json
+++ b/packages/deployer/tsconfig.json
@@ -7,6 +7,7 @@
},
"include": [
"./src/**/*",
+ "./test/**/*",
"../../node_modules/types-bn/index.d.ts",
"../../node_modules/types-ethereumjs-util/index.d.ts",
"../../node_modules/chai-typescript-typings/index.d.ts",