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