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