{ "extends": "../../tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true }, "include": ["./src/**/*", "./test/**/*"], "files": [ "./artifacts/AssetProxyOwner.json", "./artifacts/Broker.json", "./artifacts/DevUtils.json", "./artifacts/DutchAuction.json", "./artifacts/DummyERC20Token.json", "./artifacts/DummyERC721Token.json", "./artifacts/ERC1155Mintable.json", "./artifacts/ERC20Proxy.json", "./artifacts/ERC20Token.json", "./artifacts/ERC721Proxy.json", "./artifacts/ERC721Token.json", "./artifacts/Exchange.json", "./artifacts/Forwarder.json", "./artifacts/GodsUnchainedValidator.json", "./artifacts/IAssetProxy.json", "./artifacts/IValidator.json", "./artifacts/IWallet.json", "./artifacts/MultiAssetProxy.json", "./artifacts/OrderValidator.json", "./artifacts/WETH9.json", "./artifacts/ZRXToken.json", "./artifacts/CoordinatorRegistry.json", "./artifacts/Coordinator.json", "./artifacts/ERC1155Proxy.json", "./artifacts/StaticCallProxy.json", "./artifacts/Staking.json", "./artifacts/StakingProxy.json", "./artifacts/ZrxVault.json", "./artifacts/ERC20BridgeProxy.json", "./artifacts/ITransformERC20.json", "./artifacts/IZeroEx.json" ] }