aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/tsconfig.json
blob: 0c06c690246cef2a72969de8cec9621523ef8de2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": ".",
        "resolveJsonModule": true
    },
    "include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
    "files": [
        "./generated-artifacts/BalanceThresholdFilter.json",
        "./generated-artifacts/DutchAuction.json",
        "./generated-artifacts/OrderMatcher.json",
        "./generated-artifacts/OrderValidator.json"
    ],
    "exclude": ["./deploy/solc/solc_bin"]
}