aboutsummaryrefslogblamecommitdiffstats
path: root/packages/utils/tsconfig.json
blob: fc88c962d8f178c29d7a3b90ac7b7c76874719a3 (plain) (tree)
1
2
3
4
5
6
7
 




                                                                                          
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": ["./src/**/*", "../../node_modules/web3-typescript-typings/index.d.ts"]
}