Skip to content

Commit

Permalink
Update TypeScript tsc to version 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Oct 6, 2023
1 parent f71d3da commit c747b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class JSweetTranspiler implements JSweetOptions, AutoCloseable {
* (WARNING: so far, having multiple JSweet versions for the same user account
* may lead to performance issues - could be fixed if necessary).
*/
public static final String TSC_VERSION = "3.7.4";
public static final String TSC_VERSION = "5.2";

static {
if (!SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_1_8)) {
Expand Down

0 comments on commit c747b08

Please sign in to comment.