Skip to content

Commit

Permalink
add typescript 5.3 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Nov 21, 2023
1 parent 2a00609 commit b1b77b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-suns-hide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/dtslint": patch
---

add typescript 5.3
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ namespace TypeScriptVersion {
export const shipped = [
"5.0",
"5.1",
"5.2"
"5.2",
"5.3"
] as const
/** Add to this list when a version is available as typescript@next */
export const supported = [...shipped, "5.3"] as const
export const supported = [...shipped, "5.4"] as const

export const latest = supported[supported.length - 1]
}
Expand Down

0 comments on commit b1b77b1

Please sign in to comment.