This commit is contained in:
Tim Lancina
2016-01-15 16:41:17 -06:00
parent 1662f05fe5
commit 5b2284d0d7

View File

@ -21,7 +21,7 @@ var flagConfig = {
}; };
var flags = minimist(process.argv.slice(2), flagConfig); var flags = minimist(process.argv.slice(2), flagConfig);
var IS_RELEASE = true; var IS_RELEASE = false;
var tscOptions = { var tscOptions = {
emitDecoratorMetadata: true, emitDecoratorMetadata: true,