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