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