aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/tsconfig.json')
-rw-r--r--packages/deployer/tsconfig.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/packages/deployer/tsconfig.json b/packages/deployer/tsconfig.json
index a4cbc37c5..63cbc75c3 100644
--- a/packages/deployer/tsconfig.json
+++ b/packages/deployer/tsconfig.json
@@ -4,10 +4,5 @@
"outDir": "lib",
"strictFunctionTypes": false
},
- "include": [
- "./src/**/*",
- "./test/**/*",
- "../../node_modules/types-bn/index.d.ts",
- "../../node_modules/types-ethereumjs-util/index.d.ts"
- ]
+ "include": ["./src/**/*", "./test/**/*"]
}