From cef82e72dc667746c57ad855395aa9dc2c7a1b0a Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sat, 3 Mar 2018 16:49:56 +0100 Subject: Add @0xproject/types to 0x.js tsconfig `include` so that TypeDoc also includes these types in the generated doc JSON --- packages/0x.js/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/0x.js/tsconfig.json b/packages/0x.js/tsconfig.json index a6b5c71c2..70ef5a624 100644 --- a/packages/0x.js/tsconfig.json +++ b/packages/0x.js/tsconfig.json @@ -7,6 +7,7 @@ "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", -- cgit v1.2.3