diff --git a/gruntfile.js b/gruntfile.js index 853c205bb..a84eef313 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -293,6 +293,7 @@ module.exports = function(grunt) { src: localCfg.typeScriptSrc, outDir: localCfg.outModulesDir, options: { + fast: 'never', module: "commonjs", target: "es5", sourceMap: false,