aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/tsconfig.json')
-rw-r--r--packages/types/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json
index 3d967d05f..c56d255d5 100644
--- a/packages/types/tsconfig.json
+++ b/packages/types/tsconfig.json
@@ -3,5 +3,5 @@
"compilerOptions": {
"outDir": "lib"
},
- "include": ["./src/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
+ "include": ["./src/**/*"]
}