Skip to content

Commit

Permalink
feat(tsconfig): ensure typescript as mandatory peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Oct 8, 2023
1 parent bc048f7 commit a9e2a6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
},
"peerDependencies": {
"typescript": "^5.2.2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": false
}
}
}

0 comments on commit a9e2a6b

Please sign in to comment.