aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethereum-types/typedoc-tsconfig.json
blob: f71153ec0fe9febc716656b67fe5520d27606785 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "extends": "../../typedoc-tsconfig",
    "compilerOptions": {
        "typeRoots": ["../../node_modules/@types"],
        "outDir": "lib"
    },
    "include": ["src/**/*"]
}