aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/tsconfig.json')
-rw-r--r--packages/pipeline/tsconfig.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/pipeline/tsconfig.json b/packages/pipeline/tsconfig.json
index 2ee711adc..918d469ed 100644
--- a/packages/pipeline/tsconfig.json
+++ b/packages/pipeline/tsconfig.json
@@ -2,7 +2,9 @@
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "lib",
- "rootDir": "."
+ "rootDir": ".",
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true
},
"include": ["./src/**/*", "./test/**/*"]
}