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