aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/tsconfig.json
blob: 7f0c084ff5fd958b2d5697c9b9a630cefbfa47c4 (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"]
}