Skip to content

Commit

Permalink
add typescript to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Wilcox committed Jan 13, 2023
1 parent 9ef9396 commit 619c39e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"@types/lodash": "4.14.116",
"@types/node": "12.20.24",
"@types/resolve": "1.20.2",
"@types/semver": "7.3.5"
"@types/semver": "7.3.5",
"typescript": "~4.8.4"
},
"peerDependencies": {
"typescript": "~4.8.4"
Expand Down

0 comments on commit 619c39e

Please sign in to comment.