aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-05 16:38:24 +0800
committerGitHub <noreply@github.com>2018-03-05 16:38:24 +0800
commit994935b5da0b15796958a32c5bab0a25b9430b5a (patch)
tree78b380ac029963e75d56e9badbb042171f2affb8 /packages/0x.js/README.md
parent699c0c3e05d3a882c8a59fec4f035ec25cb43c9e (diff)
parent2e1993017879ac7dab914ac8e8a96cffcd24fc8a (diff)
downloaddexon-0x-contracts-994935b5da0b15796958a32c5bab0a25b9430b5a.tar.gz
dexon-0x-contracts-994935b5da0b15796958a32c5bab0a25b9430b5a.tar.zst
dexon-0x-contracts-994935b5da0b15796958a32c5bab0a25b9430b5a.zip
Merge pull request #434 from 0xProject/addMissingReadmeInstructions
Add Missing README Instructions
Diffstat (limited to 'packages/0x.js/README.md')
-rw-r--r--packages/0x.js/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/0x.js/README.md b/packages/0x.js/README.md
index 18c771234..2d0394726 100644
--- a/packages/0x.js/README.md
+++ b/packages/0x.js/README.md
@@ -18,6 +18,15 @@ npm install 0x.js --save
import { ZeroEx } from '0x.js';
```
+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",
+ "./node_modules/ethers-typescript-typings/index.d.ts"
+]
+```
+
#### UMD:
**Install**