protocol/doc-gen-config.json
Lawrence Forman 02006118c7
Fix broken tools deps (#20)
* update tools deps to highest
add custom doc gen config

* remove phantom package in manifest

Co-authored-by: Lawrence Forman <me@merklejerk.com>
2020-10-29 16:33:16 +10:00

65 lines
1.8 KiB
JSON

{
"docJsonVersion": "0.0.1",
"externalTypeMap": {
"Array": true,
"BigNumber": true,
"Error": true,
"ErrorConstructor": true,
"Buffer": true,
"solc.StandardContractOutput": true,
"solc.CompilerSettings": true,
"Schema": true,
"Uint8Array": true,
"GanacheOpts": true,
"keystore": true,
"Ganache.GanacheOpts": true,
"PromiseWithTransactionHash": true,
"Buy": true,
"Sell": true,
"TFillData": true,
"IterableIterator": true,
"Set": true,
"Exclude": true
},
"ignoredExcessiveTypes": [
"NonceSubproviderErrors",
"Web3WrapperErrors",
"AssetBuyerError",
"ContractError",
"SubscriptionErrors",
"TypedDataError",
"SwapQuoterError",
"SwapQuoteConsumerError",
"SwapQuoteGetOutputOpts",
"SwapQuoteExecutionOpts",
"ForwarderError",
"CoordinatorServerError",
"CoordinatorServerCancellationResponse",
"EventCallback",
"IndexedFilterValues",
"OrderInfo",
"TransactionOpts",
"ContractEvent",
"SendTransactionOpts",
"AwaitTransactionOpts",
"ContractFunctionObj",
"ContractTxFunctionObj",
"EventCallback ",
"EnvVars",
"GlobalStakeByStatus",
"OwnerStakeByStatus",
"StakingPoolById",
"AssetData",
"SingleAssetData",
"ERC20AssetData",
"ERC20BridgeAssetData",
"ERC721AssetData",
"ERC1155AssetData",
"MultiAssetData",
"StaticCallAssetData",
"MultiAssetDataWithRecursiveDecoding",
"OrderPrunerPermittedFeeTypes"
],
"typesOnlyLibraries": ["@0x/protocol-types"]
}