Patch to include the compatible version of TypeScript as a peer dependency
rohan-deshpande
released this
12 Jun 06:54
·
177 commits
to master
since this release
At this time, create-react-app
's TypeScript template uses a version of the typescript
package which is incompatible with the library. This patch adds the correct version as a peer dependency so that consumers are warned of this at install time.