aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/multisig/tsconfig.json
blob: 6f381620e4a9ce2eca4bee611095a11a541dca58 (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/MultiSigWallet.json",
        "./generated-artifacts/MultiSigWalletWithTimeLock.json",
        "./generated-artifacts/TestRejectEther.json"
    ],
    "exclude": ["./deploy/solc/solc_bin"]
}