From e29c374921b66a935bac8297f399808f15cdb1da Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 25 Jul 2018 09:58:01 -0400 Subject: [PATCH] allow decorators --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 41be9a410e..7b54747939 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,8 @@ "target": "ES2016", "module": "es6", "noImplicitAny": true, + "emitDecoratorMetadata": true, + "experimentalDecorators": true, "allowJs": true, "sourceMap": true, "baseUrl": ".",