aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils/tsconfig.json
blob: efd71ff9374c7179794c2f9f71e537a6f0d68ccb (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/IOwnable.json",
        "generated-artifacts/LibBytes.json",
        "generated-artifacts/Ownable.json",
        "generated-artifacts/ReentrancyGuard.json",
        "generated-artifacts/SafeMath.json",
        "generated-artifacts/TestConstants.json",
        "generated-artifacts/TestLibBytes.json"
    ],
    "exclude": ["./deploy/solc/solc_bin"]
}