Browse Source

fix(conf): set default value for TS_LOG var for new command engine

Контекст: <HIDDEN_URL>
commit_hash:497892e8f32d78517136a52ec65ddadfdc1db3d9
zaverden 1 month ago
parent
commit
5b90dce1b9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/conf/ts/ts.conf

+ 1 - 0
build/conf/ts/ts.conf

@@ -2,6 +2,7 @@ NODEJS_ROOT=
 NODEJS_BIN=$NODEJS_ROOT/node
 
 TS_TRACE=no
+TS_LOG=no
 TS_LOCAL_CLI=no
 TS_YNDEXING=no
 # Use outdir defined in tsconfig (actual not for bundlers, they use own way to define output directory)