diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-04 04:34:13 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-04 04:34:13 +0800 |
commit | 839e5895e41c849d69b493ad2a1e85c8504c38b2 (patch) | |
tree | 5b2c81cbf7073caab0df7fd8d078cb8713bd6e63 /packages/0x.js/tsconfig.json | |
parent | 49a4f0c74c5578abf4b64ea2ed36f4821af10f9f (diff) | |
download | dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.gz dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.bz2 dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.lz dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.xz dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.tar.zst dexon-sol-tools-839e5895e41c849d69b493ad2a1e85c8504c38b2.zip |
Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc
Diffstat (limited to 'packages/0x.js/tsconfig.json')
-rw-r--r-- | packages/0x.js/tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/0x.js/tsconfig.json b/packages/0x.js/tsconfig.json index 70ef5a624..a6b5c71c2 100644 --- a/packages/0x.js/tsconfig.json +++ b/packages/0x.js/tsconfig.json @@ -7,7 +7,6 @@ "include": [ "./src/**/*", "./test/**/*", - "../types/src/index.ts", "../../node_modules/types-bn/index.d.ts", "../../node_modules/types-ethereumjs-util/index.d.ts", "../../node_modules/ethers-typescript-typings/index.d.ts", |