aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/tsconfig.json
blob: 83a0e2451af19db34fec82e43ae22fa807e4fcb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": [
        "./src/**/*",
        "../../node_modules/types-bn/index.d.ts",
        "../../node_modules/types-ethereumjs-util/index.d.ts"
    ]
}