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 has been 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 react-scripts-ts@2.8, but with the latest typescript@2.9.2.
Furthermore, the latest react-scripts-ts actually declares typescript@2.7.1 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: