Skip to content

Commit

Permalink
fix(typescript): allow tslib peerDependency to be optional for npm an…
Browse files Browse the repository at this point in the history
…d pnpm (#1191)
  • Loading branch information
runspired committed Jun 10, 2022
1 parent 36de7cc commit c762e54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/typescript/package.json
Expand Up @@ -49,6 +49,11 @@
"tslib": "*",
"typescript": ">=3.7.0"
},
"peerDependenciesMeta": {
"tslib": {
"optional": true
}
},
"dependencies": {
"@rollup/pluginutils": "^3.1.0",
"resolve": "^1.17.0"
Expand Down

0 comments on commit c762e54

Please sign in to comment.