From b325ad17352f9418b6beb2d810b8b0c9c9f7bd23 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sun, 22 Jul 2018 18:27:36 +0200 Subject: Add additional required tsconfig option for utils package since it now relies on RequestInit & Response types defined in lib.dom.d.ts --- packages/utils/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/utils') 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"], } ``` -- cgit v1.2.3