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