aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/tsconfig.json
blob: 5d3ebfe74c1f15262b527742ed071fe35c8f0b95 (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/BalanceThresholdFilter.json", "./generated-artifacts/DutchAuction.json", "./generated-artifacts/Forwarder.json"],
    "exclude": ["./deploy/solc/solc_bin"]
}