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