diff options
author | zaverden <zaverden@yandex-team.com> | 2023-09-07 11:21:16 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2023-09-07 12:03:28 +0300 |
commit | 447ddf2e497321c9b1236eb5fc733a2d0955d49e (patch) | |
tree | e3b66635caf03b3ac6a7a0459ee3e4362cd6686e /build/conf/ts/ts.conf | |
parent | 7007b60c42dfde3bb60eeef4f3114e8a91e9b711 (diff) | |
download | ydb-447ddf2e497321c9b1236eb5fc733a2d0955d49e.tar.gz |
feat(TS_PACKAGE): implement modules
Diffstat (limited to 'build/conf/ts/ts.conf')
-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 71d3286fe8..2812035788 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -57,5 +57,6 @@ macro TS_FILES(Files...) { @import "${CONF_ROOT}/conf/ts/ts_bundle.conf" @import "${CONF_ROOT}/conf/ts/ts_library.conf" @import "${CONF_ROOT}/conf/ts/ts_next.conf" +@import "${CONF_ROOT}/conf/ts/ts_package.conf" @import "${CONF_ROOT}/conf/ts/ts_test.conf" @import "${CONF_ROOT}/conf/ts/ts_vite_bundle.conf" |