aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange-libs/tsconfig.json
blob: 27ca35085aab3dc4818fa75e0a6607cd76b654ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": ".",
        "resolveJsonModule": true
    },
    "include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
    "files": [
        "./generated-artifacts/TestLibs.json",
        "./generated-artifacts/LibOrder.json",
        "./generated-artifacts/LibFillResults.json",
        "./generated-artifacts/LibAbiEncoder.json",
        "./generated-artifacts/LibEIP712.json",
        "./generated-artifacts/LibMath.json"
    ],
    "exclude": ["./deploy/solc/solc_bin"]
}