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