diff --git a/tsconfig.json b/tsconfig.json index 41be9a410e3..7b547479395 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": ".",