diff options
author | zaverden <zaverden@yandex-team.com> | 2025-01-21 00:19:06 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2025-01-21 01:16:37 +0300 |
commit | 5b90dce1b9ab8d0c7c86110656d2257a4c78ac0f (patch) | |
tree | e3016adc79ddf9b2671028613942859559d7c9c1 | |
parent | 4c5957b4d22d3e94079c335ea6f2da8fc786de47 (diff) | |
download | ydb-5b90dce1b9ab8d0c7c86110656d2257a4c78ac0f.tar.gz |
fix(conf): set default value for TS_LOG var for new command engine
Контекст: <HIDDEN_URL>
commit_hash:497892e8f32d78517136a52ec65ddadfdc1db3d9
-rw-r--r-- | build/conf/ts/ts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index 06ba1661dc..498cd36db1 100644 --- a/build/conf/ts/ts.conf +++ b/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) |