Skip to content

Commit e9ed8b3

Browse files
authored
feat: support Typescript >5 (#110)
1 parent 05b08fa commit e9ed8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"optionalDependencies": {},
5555
"peerDependencies": {
5656
"eslint": "^8.0.0",
57-
"typescript": "^4.0.0"
57+
"typescript": ">=4.0.0"
5858
},
5959
"private": false,
6060
"publishConfig": {

0 commit comments

Comments
 (0)