forked from RequestNetwork/requestNetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
23 lines (23 loc) · 924 Bytes
/
tsconfig.build.json
File metadata and controls
23 lines (23 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"extends": "./tsconfig",
"compilerOptions": {
"outDir": "dist",
"rootDir": "test"
},
"references": [
{ "path": "../advanced-logic/tsconfig.build.json" },
{ "path": "../request-client.js/tsconfig.build.json" },
{ "path": "../currency/tsconfig.build.json" },
{ "path": "../data-access/tsconfig.build.json" },
{ "path": "../ethereum-storage/tsconfig.build.json" },
{ "path": "../epk-decryption/tsconfig.build.json" },
{ "path": "../epk-signature/tsconfig.build.json" },
{ "path": "../lit-protocol-cipher/tsconfig.build.json" },
{ "path": "../multi-format/tsconfig.build.json" },
{ "path": "../payment-processor/tsconfig.build.json" },
{ "path": "../request-logic/tsconfig.build.json" },
{ "path": "../thegraph-data-access/tsconfig.build.json" },
{ "path": "../transaction-manager/tsconfig.build.json" },
{ "path": "../types/tsconfig.build.json" }
]
}