diff options
Diffstat (limited to 'packages/deployer/tsconfig.json')
-rw-r--r-- | packages/deployer/tsconfig.json | 1 |
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", |