From 225626760d2449af0b03f679118188b89dbbd920 Mon Sep 17 00:00:00 2001 From: joshuawilson Date: Sun, 5 Mar 2017 16:33:38 -0500 Subject: [PATCH] fix(build): set noEmitHelpers to false --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fe7302b..daf49e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "inlineSources": true, - "noEmitHelpers": true, + "noEmitHelpers": false, "strictNullChecks": false, "noImplicitAny": true, "allowUnreachableCode": false,