aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/tsconfig.json')
-rw-r--r--packages/contracts/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/contracts/tsconfig.json b/packages/contracts/tsconfig.json
index 0c1b3bc16..d3e1aed9c 100644
--- a/packages/contracts/tsconfig.json
+++ b/packages/contracts/tsconfig.json
@@ -14,10 +14,10 @@
"../../node_modules/types-ethereumjs-util/index.d.ts",
"../../node_modules/types-bn/index.d.ts",
"./globals.d.ts",
+ "./src/**/*",
"./util/**/*",
"./test/**/*",
- "./migrations/**/*",
- "./deploy/**/*"
+ "./migrations/**/*"
],
"exclude": ["./deploy/solc/solc_bin"]
}