aboutsummaryrefslogtreecommitdiffstats
path: root/packages/testnet-faucets/tsconfig.json
blob: d7e89a1e2a9bb44978eeb555cc09bbec55833db7 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "strictPropertyInitialization": false
    },
    "include": ["./src/ts/**/*"]
}