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