aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/tsconfig.json
blob: 7d7ce1d7e6539f603b8837b15c440c5b4049f0ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": ".",
        "resolveJsonModule": true
    },
    "include": ["./src/**/*", "./test/**/*"],
    "files": [
        "./schemas/address_schema.json",
        "./schemas/number_schema.json",
        "./schemas/hex_schema.json",
        "./schemas/block_param_schema.json",
        "./schemas/block_range_schema.json",
        "./schemas/call_data_schema.json",
        "./schemas/ec_signature_parameter_schema.json",
        "./schemas/ec_signature_schema.json",
        "./schemas/eip712_typed_data_schema.json",
        "./schemas/order_cancel_schema.json",
        "./schemas/order_fill_or_kill_requests_schema.json",
        "./schemas/order_fill_requests_schema.json",
        "./schemas/order_hash_schema.json",
        "./schemas/order_schema.json",
        "./schemas/signed_order_schema.json",
        "./schemas/orders_schema.json",
        "./schemas/order_watcher_web_socket_request_schema.json",
        "./schemas/order_watcher_web_socket_utf8_message_schema.json",
        "./schemas/paginated_collection_schema.json",
        "./schemas/relayer_api_asset_data_pairs_response_schema.json",
        "./schemas/relayer_api_asset_data_pairs_schema.json",
        "./schemas/relayer_api_asset_data_trade_info_schema.json",
        "./schemas/relayer_api_error_response_schema.json",
        "./schemas/relayer_api_fee_recipients_response_schema.json",
        "./schemas/relayer_api_order_config_payload_schema.json",
        "./schemas/relayer_api_order_config_response_schema.json",
        "./schemas/relayer_api_order_schema.json",
        "./schemas/relayer_api_orderbook_response_schema.json",
        "./schemas/relayer_api_orders_channel_subscribe_payload_schema.json",
        "./schemas/relayer_api_orders_channel_subscribe_schema.json",
        "./schemas/relayer_api_orders_channel_update_response_schema.json",
        "./schemas/relayer_api_orders_response_schema.json",
        "./schemas/relayer_api_orders_schema.json",
        "./schemas/signed_orders_schema.json",
        "./schemas/token_schema.json",
        "./schemas/js_number_schema.json",
        "./schemas/zero_ex_transaction_schema.json",
        "./schemas/tx_data_schema.json",
        "./schemas/index_filter_values_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"
    ]
}
ifer2018-12-121-1/+1 * Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-301-1/+1 * For ports under `cad', `devel', `dns`, and `math' categories: removeAlexey Dokuchaev2018-05-051-1/+0 * Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-111-1/+1 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-111-1/+1 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1 * ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3 * - Update to 1.10.2Danilo Egea Gondolfo2016-02-061-1/+1 * Drop 8 support.Mathieu Arnold2015-10-151-4/+0 * - Update to 1.10.0Danilo Egea Gondolfo2015-09-171-1/+1 * - Simplify and fix library installation, correctly strip librariesDmitry Marakasov2015-05-161-8/+9 * MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1 * - Update net/openmpi to 1.8.4Danilo Egea Gondolfo2014-12-261-1/+1 * - Update net/openmpi from 1.8.2 to 1.8.3Danilo Egea Gondolfo2014-09-281-1/+1 * Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1 * - Upgrade to 1.5;Thierry Thomas2014-09-021-1/+1 * Chase the upgrade of net/mpich2.Thierry Thomas2014-08-271-1/+1 * - Update net/openmpi from 1.8.1 to 1.8.2Danilo Egea Gondolfo2014-08-261-1/+1 * - Make fetchable againThierry Thomas2014-08-23