aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config/tsconfig.json
blob: 83db0fcd20a936a319c4a80f23de6d970f4ad83b (plain) (blame)
1
2
3
4
5
6
7
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": ["./rules/**/*"]
}