diff --git a/tsconfig.json b/tsconfig.json index b3e0712..c2ad1ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "noImplicitAny": false, "removeComments": true, "noLib": false, - "emitDecoratorMetadata": true + "emitDecoratorMetadata": true, + "experimentalDecorators": true }, "filesGlob": [ "./**/*.ts",