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