Skip to content

Commit

Permalink
Update recommend ts version to 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead authored Jul 3, 2022
1 parent 031d78c commit b039543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Equals<unknown, never> // false
### typescript
this package is designed for typescript >=4.5. you will probably have issues trying to use it with older versions, tho it will probably still work if you set `skipLibCheck` to `true` in your `tsconfig.json` (which isn't recommended)
this package is designed for typescript >=4.8. you will probably have issues trying to use it with older versions, tho it will probably still work if you set `skipLibCheck` to `true` in your `tsconfig.json` (which isn't recommended)
### runtime
Expand Down

0 comments on commit b039543

Please sign in to comment.