aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/tsconfig.json
blob: 6f138f26085db5c9d47b891f6616e7748d077c94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": ".",
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true
    },
    "include": ["./src/**/*", "./test/**/*", "./migrations/**/*"]
}