aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/tsconfig.json
diff options
context:
space:
mode:
authorAugust Skare <post@augustskare.no>2018-11-13 17:14:04 +0800
committerAugust Skare <post@augustskare.no>2018-11-13 17:14:04 +0800
commit0c222f9890d70592bf579363e9c88e829cdc4ca0 (patch)
tree5eedd2cd531915cb01f9d643ffdf53b112e0d119 /packages/json-schemas/tsconfig.json
parente43988aa44225ef66c95d0b26764de57b3d26c3a (diff)
parent161a935003faba521e3c4be189d8ef07c224f3f1 (diff)
downloaddexon-0x-contracts-0c222f9890d70592bf579363e9c88e829cdc4ca0.tar
dexon-0x-contracts-0c222f9890d70592bf579363e9c88e829cdc4ca0.tar.gz
dexon-0x-contracts-0c222f9890d70592bf579363e9c88e829cdc4ca0.tar.bz2
dexon-0x-contracts-0c222f9890d70592bf579363e9c88e829cdc4ca0.tar.lz
dexon-0x-contracts-0c222f9890d70592bf579363e9c88e829cdc4ca0.tar.xz
dexon-0x-contracts-0c222f9890d70592bf579363e9c88e829cdc4ca0.tar.zst
dexon-0x-contracts-0c222f9890d70592bf579363e9c88e829cdc4ca0.zip
Merge branch 'development' into dev-tools-pages
Diffstat (limited to 'packages/json-schemas/tsconfig.json')
-rw-r--r--packages/json-schemas/tsconfig.json8
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"
]
}