aboutsummaryrefslogblamecommitdiffstats
path: root/packages/ethereum-types/tsconfig.json
blob: 82a45ea94643008ef093e2b7d8f61288217baa8c (plain) (tree)
1
2
3
4
5
6
7
8







                                                   
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "typeRoots": ["../../node_modules/@types"],
        "outDir": "lib"
    },
    "include": ["src/**/*"]
}