Don't use the "fast" grunt-ts compiler.

Less console spam and compile time is the same.
This commit is contained in:
Hristo Deshev
2015-06-03 13:54:01 +03:00
parent 4879b26683
commit 968c8ecadc

View File

@ -293,6 +293,7 @@ module.exports = function(grunt) {
src: localCfg.typeScriptSrc,
outDir: localCfg.outModulesDir,
options: {
fast: 'never',
module: "commonjs",
target: "es5",
sourceMap: false,