mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Don't use the "fast" grunt-ts compiler.
Less console spam and compile time is the same.
This commit is contained in:
@ -293,6 +293,7 @@ module.exports = function(grunt) {
|
||||
src: localCfg.typeScriptSrc,
|
||||
outDir: localCfg.outModulesDir,
|
||||
options: {
|
||||
fast: 'never',
|
||||
module: "commonjs",
|
||||
target: "es5",
|
||||
sourceMap: false,
|
||||
|
Reference in New Issue
Block a user