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, 4 insertions, 4 deletions
diff --git a/packages/dev-utils/README.md b/packages/dev-utils/README.md
index 0c4175e35..d7e580d9f 100644
--- a/packages/dev-utils/README.md
+++ b/packages/dev-utils/README.md
@@ -21,8 +21,8 @@ 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",
-]
+```json
+"compilerOptions": {
+ "typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
+}
```