aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/tsconfig.json
blob: 237f62169989c2cfa6cec144ac8f3e6b57068fde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "strictPropertyInitialization": false
    },
    "include": [
        "./src/ts/**/*",
        "../../node_modules/ethers-typescript-typings/index.d.ts",
        "../../node_modules/types-bn/index.d.ts",
        "../../node_modules/types-ethereumjs-util/index.d.ts",
        "../../node_modules/web3-typescript-typings/index.d.ts"
    ]
}