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