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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user