aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange-forwarder/tsconfig.json
blob: cd80b5a5fc272d919261046fb7abebd7f5b15187 (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/Forwarder.json"],
    "exclude": ["./deploy/solc/solc_bin"]
}