aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/utils/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/utils/README.md b/packages/utils/README.md
index c637c9af5..82421e3ff 100644
--- a/packages/utils/README.md
+++ b/packages/utils/README.md
@@ -12,6 +12,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
```json
"compilerOptions": {
+ "lib": ["dom"],
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
}
```