From a5f3d7a9bd190c23fab8f62451315d7be92a0c32 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Mon, 27 Jun 2016 08:41:10 -0400 Subject: [PATCH] fix(build): disable emitDecoratorMetadata option in tsconfig closes #251 --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0972ad1138..fc1c522253 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "target": "ES5", "sourceMap": true, "declaration": true, - "emitDecoratorMetadata": true, "experimentalDecorators": true, "outDir": "dist" },