gcanti / docs-ts

A zero-config documentation tool for my TypeScript projects
https://gcanti.github.io/docs-ts/
MIT License
101 stars 17 forks source link

Peer dependency upon TypeScript should support 4.x #19

Closed samhh closed 3 years ago

gcanti commented 3 years ago

@samhh I should change peerDependencies to

"typescript": "^3.3.1 || ^4.x"

right?

samhh commented 3 years ago

That looks good to me based upon Yarn's docs.

I think the || may be optional.