diff options
Diffstat (limited to 'packages/connect/README.md')
-rw-r--r-- | packages/connect/README.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/connect/README.md b/packages/connect/README.md index 63faf5271..393ea70a0 100644 --- a/packages/connect/README.md +++ b/packages/connect/README.md @@ -8,10 +8,18 @@ This repository contains a Javascript library that makes it easy to interact wit yarn add @0xproject/connect ``` +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", +] +``` + ## Usage -* [Docs](https://0xproject.com/docs/connect) -* [Tutorials](https://0xproject.com/wiki#connect) +* [Docs](https://0xproject.com/docs/connect) +* [Tutorials](https://0xproject.com/wiki#connect) ## Contributing |