aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-utils/README.md')
-rw-r--r--packages/dev-utils/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/dev-utils/README.md b/packages/dev-utils/README.md
index 5a8e71f2f..f7e30df1e 100644
--- a/packages/dev-utils/README.md
+++ b/packages/dev-utils/README.md
@@ -7,3 +7,11 @@ Dev utils to be shared across 0x projects and packages
```bash
yarn add @0xproject/dev-utils
```
+
+If your project is in [TypeScript](https://www.typescriptlang.org/), add the following to your `tsconfig.json`:
+
+```
+"include": [
+ "./node_modules/web3-typescript-typings/index.d.ts",
+]
+```