diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 1f56f390b..6478b531c 100755 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -10,6 +10,7 @@ "alwaysStrict": false, "strictNullChecks": false, "experimentalDecorators": true, + "emitDecoratorMetadata": true, "downlevelIteration": true, "importHelpers": true, "allowSyntheticDefaultImports": true,