aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/tsconfig.json
blob: 63cbc75c3c06ba9b48ec0a4046dc684c97967411 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "strictFunctionTypes": false
    },
    "include": ["./src/**/*", "./test/**/*"]
}