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