aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/README.md
blob: f7e30df1ec23f5aa6f551f869298d61a474e90d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Dev utils

Dev utils to be shared across 0x projects and packages

## Install

```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",
]
```