Skip to content

Commit c09357a

Browse files
committedJan 15, 2022
bob-tsm: "typescript" as optional peer dependency
1 parent 6c30622 commit c09357a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.changeset/warm-camels-camp.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'bob-tsm': patch
3+
---
4+
5+
Set "typescript" as optional peer dependency

‎packages/bob-tsm/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"esbuild": ">=0.14.11",
5757
"typescript": ">=4.1.2"
5858
},
59+
"peerDependenciesMeta": {
60+
"typescript": {
61+
"optional": true
62+
}
63+
},
5964
"optionalDependencies": {
6065
"fsevents": "~2.3.2"
6166
},

0 commit comments

Comments
 (0)
Please sign in to comment.