From a1a601892364bde8dd5c1dc71d919f1cda755294 Mon Sep 17 00:00:00 2001 From: Johannes Huster Date: Sat, 6 Jun 2020 18:49:14 +0200 Subject: [PATCH] Update TS config to not emit decorator metadata Is only needed for JIT support --- projects/lib/tsconfig.lib.json | 1 - tsconfig.json | 1 - 2 files changed, 2 deletions(-) diff --git a/projects/lib/tsconfig.lib.json b/projects/lib/tsconfig.lib.json index b7f9e869..5c752b40 100644 --- a/projects/lib/tsconfig.lib.json +++ b/projects/lib/tsconfig.lib.json @@ -8,7 +8,6 @@ "declaration": true, "sourceMap": true, "inlineSources": true, - "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, "types": [], diff --git a/tsconfig.json b/tsconfig.json index c142bf54..ff330045 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "sourceMap": true, "declaration": false, "moduleResolution": "node", - "emitDecoratorMetadata": true, "experimentalDecorators": true, "downlevelIteration": true, "module": "esnext",