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: {