From a9e14d77a2cea5f8186ad0a25cd134b32f09b7ba Mon Sep 17 00:00:00 2001 From: Mitchell Barry Date: Sat, 30 Sep 2017 13:40:11 -0500 Subject: [PATCH] fix(build): emit decorator metadata from build --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 6b9d2ec..1b4b6fe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,8 @@ "importHelpers": true, "inlineSourceMap": true, "forceConsistentCasingInFileNames": false, + "experimentalDecorators": true, + "emitDecoratorMetadata": true, "listFiles": false, "traceResolution": false, "pretty": true,