VSCODE_BUILD_QUIET

This commit is contained in:
Joao Moreno 2015-11-20 08:48:59 +01:00
parent 6e94b27e06
commit cc24139a40

View file

@ -29,7 +29,7 @@ var rootDir = path.join(__dirname, 'src');
var tsOptions = {
target: 'ES5',
module: 'amd',
verbose: true,
verbose: process.env['VSCODE_BUILD_QUIET'] ? false : true,
preserveConstEnums: true,
experimentalDecorators: true,
sourceMap: true,