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