From 2c4a77bde0baec72ddd54e34e39a5a9c7e25c9d2 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Sun, 27 Sep 2020 16:08:00 +0200 Subject: [PATCH] fix: emitDecoratorMetadata fix --- packages/core/tsconfig.lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/tsconfig.lib.json b/packages/core/tsconfig.lib.json index 4417a2893..e1631fd2d 100644 --- a/packages/core/tsconfig.lib.json +++ b/packages/core/tsconfig.lib.json @@ -7,7 +7,7 @@ "noImplicitAny": false, "noImplicitUseStrict": true, "removeComments": false, - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "experimentalDecorators": true, "diagnostics": true, "sourceMap": true,