Skip to content

Commit

Permalink
changelog entries for incremental:true support
Browse files Browse the repository at this point in the history
PR-URL: #29
Credit: @isaacs
Close: #29
Reviewed-by: @isaacs
  • Loading branch information
isaacs committed Nov 4, 2023
1 parent 77ec08a commit 41657d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 41657d2

Please sign in to comment.