From 41657d2df03bab2efbe78a2e99ff8114fd91efc0 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 4 Nov 2023 10:33:31 -0700 Subject: [PATCH] changelog entries for incremental:true support PR-URL: https://github.com/isaacs/tshy/pull/29 Credit: @isaacs Close: #29 Reviewed-by: @isaacs --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f53a1..8d956c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +- Support `"incremental": true` tsconfig option, making the build + directory persistent if there are `*.tsbuildinfo` files + present. +- Rename build directory from '.tshy-build-tmp' to '.tshy-build', + since it's not temporary if incremental builds are used. + # 1.7 - Prevent `verbatimModuleSyntax` ts config if building for both