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