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