aboutsummaryrefslogblamecommitdiffstats
path: root/packages/web3-wrapper/typedoc-tsconfig.json
blob: b9c6b36f304ad8296080685ecf41e4fbd58ce1b9 (plain) (tree)
1
2
3
4
5
6
7






                                        
{
    "extends": "../../typedoc-tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": ["src/**/*", "test/**/*"]
}