diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-13 07:10:46 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-13 07:10:46 +0800 |
commit | 7068f7b4d125e06049c263f0a726d562a6f6e99e (patch) | |
tree | f52d91cca3acd15aebad58880e72416aebf48d19 /packages/json-schemas/tsconfig.json | |
parent | 79f0324abc6e59d5595770e44d620e6d0cccd6bc (diff) | |
parent | add1cfd26132465ad51a3f9cf2ae8362fc301fcf (diff) | |
download | dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.gz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.bz2 dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.lz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.xz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.zst dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow
Diffstat (limited to 'packages/json-schemas/tsconfig.json')
-rw-r--r-- | packages/json-schemas/tsconfig.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/json-schemas/tsconfig.json b/packages/json-schemas/tsconfig.json index 7b14166c0..a79d54385 100644 --- a/packages/json-schemas/tsconfig.json +++ b/packages/json-schemas/tsconfig.json @@ -44,6 +44,12 @@ "./schemas/zero_ex_transaction_schema.json", "./schemas/tx_data_schema.json", "./schemas/index_filter_values_schema.json", - "./schemas/whole_number_schema.json" + "./schemas/whole_number_schema.json", + "./schemas/asset_pairs_request_opts_schema.json", + "./schemas/orderbook_request_schema.json", + "./schemas/orders_request_opts_schema.json", + "./schemas/paged_request_opts_schema.json", + "./schemas/request_opts_schema.json", + "./schemas/order_config_request_schema.json" ] } |