-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
45 lines (45 loc) · 2.38 KB
/
tsconfig.json
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
{
"extends": "../../tsconfig",
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
"files": [
"generated-artifacts/Exchange.json",
"generated-artifacts/IExchange.json",
"test/generated-artifacts/Exchange.json",
"test/generated-artifacts/IAssetProxy.json",
"test/generated-artifacts/IAssetProxyDispatcher.json",
"test/generated-artifacts/IEIP1271Data.json",
"test/generated-artifacts/IEIP1271Wallet.json",
"test/generated-artifacts/IExchange.json",
"test/generated-artifacts/IExchangeCore.json",
"test/generated-artifacts/IMatchOrders.json",
"test/generated-artifacts/IProtocolFees.json",
"test/generated-artifacts/ISignatureValidator.json",
"test/generated-artifacts/ITransactions.json",
"test/generated-artifacts/ITransferSimulator.json",
"test/generated-artifacts/IWallet.json",
"test/generated-artifacts/IWrapperFunctions.json",
"test/generated-artifacts/IsolatedExchange.json",
"test/generated-artifacts/LibExchangeRichErrorDecoder.json",
"test/generated-artifacts/MixinAssetProxyDispatcher.json",
"test/generated-artifacts/MixinExchangeCore.json",
"test/generated-artifacts/MixinMatchOrders.json",
"test/generated-artifacts/MixinProtocolFees.json",
"test/generated-artifacts/MixinSignatureValidator.json",
"test/generated-artifacts/MixinTransactions.json",
"test/generated-artifacts/MixinTransferSimulator.json",
"test/generated-artifacts/MixinWrapperFunctions.json",
"test/generated-artifacts/ReentrancyTester.json",
"test/generated-artifacts/TestAssetProxyDispatcher.json",
"test/generated-artifacts/TestExchangeInternals.json",
"test/generated-artifacts/TestFillRounding.json",
"test/generated-artifacts/TestLibExchangeRichErrorDecoder.json",
"test/generated-artifacts/TestProtocolFeeCollector.json",
"test/generated-artifacts/TestProtocolFees.json",
"test/generated-artifacts/TestProtocolFeesReceiver.json",
"test/generated-artifacts/TestTransactions.json",
"test/generated-artifacts/TestValidatorWallet.json",
"test/generated-artifacts/TestWrapperFunctions.json"
],
"exclude": ["./deploy/solc/solc_bin"]
}