aboutsummaryrefslogblamecommitdiffstats
path: root/packages/testnet-faucets/tsconfig.json
blob: b0e7ba00c32e5b5631d3b0710fce99a6abae1f62 (plain) (tree)
1
2
3
4
5
6
7
8
9
 
                                
                        

                                             
      


                                                 
                                                             
     
 
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "strictPropertyInitialization": false
    },
    "include": [
        "./src/ts/**/*",
        "../../node_modules/types-bn/index.d.ts",
        "../../node_modules/types-ethereumjs-util/index.d.ts"
    ]
}