Skip to content

Commit 6e56ec2

Browse files
authored
feat: support Typescript 5
1 parent 99359f2 commit 6e56ec2

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
@@ -47,7 +47,7 @@
4747
"optionalDependencies": {},
4848
"peerDependencies": {
4949
"eslint": "^8.0.0",
50-
"typescript": "^4.0.0"
50+
"typescript": ">=4.0.0"
5151
},
5252
"private": false,
5353
"publishConfig": {

0 commit comments

Comments
 (0)