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, 1 insertions, 5 deletions
diff --git a/packages/website/tsconfig.json b/packages/website/tsconfig.json
index 99f465bc2..34171b51e 100644
--- a/packages/website/tsconfig.json
+++ b/packages/website/tsconfig.json
@@ -13,9 +13,5 @@
"*": ["node_modules/@types/*", "*"]
}
},
- "include": [
- "./ts/**/*",
- "../../node_modules/web3-typescript-typings/index.d.ts",
- "../../node_modules/ethers-typescript-typings/index.d.ts"
- ]
+ "include": ["./ts/**/*"]
}