From 873e2615ad2cbe8335d5a847166fa9cc96e13506 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Wed, 29 Jul 2015 11:21:44 +0300 Subject: [PATCH] Stop __extends function output --- gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 25bf0c282..4a4f2dd1e 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -312,7 +312,8 @@ module.exports = function(grunt) { removeComments: "<%= !grunt.option('leavecomments') || '' %>", compiler: "node_modules/typescript/bin/tsc", noEmitOnError: true, - experimentalDecorators: true + experimentalDecorators: true, + noEmitHelpers: true } }, buildNodeTests: {