Skip to content

Commit

Permalink
Add typescript as a peer dependency (#606)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
charpeni and sindresorhus committed Apr 28, 2023
1 parent 200a55b commit 5e6d9e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -40,6 +40,9 @@
"typescript": "^5.0.2",
"xo": "^0.53.1"
},
"peerDependencies": {
"typescript": ">=4.7.0"
},
"xo": {
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
Expand Down

0 comments on commit 5e6d9e8

Please sign in to comment.