Skip to content

Commit ccb43fc

Browse files
committed
Support ts4, closes #22
1 parent 740dce5 commit ccb43fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
"typescript": "~3.9.3"
8686
},
8787
"peerDependencies": {
88-
"@typescript-eslint/parser": "^1 || ^2 || ^3",
88+
"@typescript-eslint/parser": "^1 || ^2 || ^3 || ^4",
8989
"eslint": "^5 || ^6 || ^7",
90-
"typescript": "^3"
90+
"typescript": "^3 || ^4"
9191
},
9292
"engines": {
9393
"node": "10 - 12 || >= 13.9"

0 commit comments

Comments
 (0)