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