{ "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"] }