Skip to content

Commit

Permalink
add typescript 5.7 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Nov 23, 2024
1 parent 52b3a7f commit 7c19602
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/violet-lizards-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/dtslint": patch
---

add typescript 5.7
3 changes: 2 additions & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ namespace TypeScriptVersion {
export const shipped = [
"5.4",
"5.5",
"5.6"
"5.6",
"5.7"
] as const
}

Expand Down

0 comments on commit 7c19602

Please sign in to comment.