diff --git a/gruntfile.js b/gruntfile.js index dc3e85f0d..d40cf9bb5 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -173,6 +173,7 @@ module.exports = function(grunt) { tsOptions.fast = 'never'; tsOptions.removeComments = !grunt.option('leavecomments') || ''; tsOptions.compiler = "node_modules/typescript/bin/tsc"; + tsOptions.failOnTypeErrors = true; grunt.initConfig({ localCfg : localCfg,