From 71b7736bade690f873eac035b69bb62caf3f5176 Mon Sep 17 00:00:00 2001 From: Ed Carroll Date: Mon, 3 Jul 2017 19:38:18 +0100 Subject: [PATCH] chore: Enabled helper emit in tsconfig --- src/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 738be2388..21f371cd9 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -6,7 +6,6 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "strictNullChecks": true, - "noEmitHelpers": true, "noEmitOnError": true, "noImplicitAny": true, "module": "es2015",