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