aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-profiler/typedoc-tsconfig.json
blob: a4c669cb6d483fa097fb705ab3f6f4c90914a91c (plain) (blame)
1
2
3
4
5
6
7
{
    "extends": "../../typedoc-tsconfig",
    "compilerOptions": {
        "outDir": "lib"
    },
    "include": ["./src/**/*"]
}