aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-artifacts/tsconfig.json
blob: 6d6f85d93d0b92d981d28b2e2028bf2d8f56d0ec (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
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": ".",
        "resolveJsonModule": true
    },
    "include": ["./globals.d.ts", "./src/**/*"],
    "files": [
        "./artifacts/AssetProxyOwner.json",
        "./artifacts/DummyERC20Token.json",
        "./artifacts/DummyERC721Token.json",
        "./artifacts/ERC20Proxy.json",
        "./artifacts/ERC20Token.json",
        "./artifacts/ERC721Proxy.json",
        "./artifacts/ERC721Token.json",
        "./artifacts/Exchange.json",
        "./artifacts/Forwarder.json",
        "./artifacts/IValidator.json",
        "./artifacts/IWallet.json",
        "./artifacts/OrderValidator.json",
        "./artifacts/WETH9.json",
        "./artifacts/ZRXToken.json"
    ]
}