aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/tsconfig.json')
-rw-r--r--packages/website/tsconfig.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/website/tsconfig.json b/packages/website/tsconfig.json
index 38b177d0b..99f465bc2 100644
--- a/packages/website/tsconfig.json
+++ b/packages/website/tsconfig.json
@@ -13,5 +13,9 @@
"*": ["node_modules/@types/*", "*"]
}
},
- "include": ["./ts/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
+ "include": [
+ "./ts/**/*",
+ "../../node_modules/web3-typescript-typings/index.d.ts",
+ "../../node_modules/ethers-typescript-typings/index.d.ts"
+ ]
}