Add @0xproject/types to 0x.js tsconfig include so that TypeDoc also includes these types in the generated doc JSON

This commit is contained in:
Fabio Berger
2018-03-03 16:49:56 +01:00
parent 45b9647ba0
commit cef82e72dc

View File

@@ -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",