aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tslint-config/tsconfig.json
blob: 6e5f060a475e319e63f8d1cd780c221a6fda60cf (plain) (blame)
1
2
3
4
5
6
7
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": ["./rules/**/*", "./monorepo_scripts/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}