aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts-gen/tsconfig.json
blob: 233008d61c9d2e5c4aade6688e0a67541e8ce306 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "."
    },
    "include": ["./src/**/*"]
}