aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/test-utils/tsconfig.json
blob: e35816553845416da9b88238cb94df0eaae174c4 (plain) (blame)
1
2
3
4
5
6
7
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": ["./src/**/*", "./test/**/*"]
}