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 Feb 19, 2020. It is now read-only.
Can you extend support for "@babel/runtime": "7.4.0" ?
When I have my tsconfig.json like this and
"@babel/runtime": "7.0.0-beta.39",my Meteor project works but when I upgrade to 7.1.0 and 7.4.0 it breaksAlso, I cannot add
"esModuleInterop": true,and"resolveJsonModule": true,my app just no longer works when I added these lines.