aboutsummaryrefslogblamecommitdiffstats
path: root/packages/pipeline/typedoc-tsconfig.json
blob: 8b0ff51c1206583322174cf2f85c7697e2c1d5bf (plain) (tree)
1
2
3
4
5
6
7
8
9


                                        



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