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