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