You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
How can i update the typescript version?
I have a dependency library (mobx) whose d.ts file uses a 2.7-only feature (unique symbol).
This causes my project to not compile.
The text was updated successfully, but these errors were encountered:
You should have no trouble doing that. Personally I'm on an old version of [email protected], but with the latest [email protected].
Furthermore, the latest react-scripts-ts actually declares [email protected] as devDependency and typescript@2 as peerDependency.
How can i update the typescript version?
I have a dependency library (mobx) whose d.ts file uses a 2.7-only feature (unique symbol).
This causes my project to not compile.
The text was updated successfully, but these errors were encountered: