-
Notifications
You must be signed in to change notification settings - Fork 10
not compatible with recent "@babel/runtime" #78
Comments
Relatedly, I tried to use the TypeScript 2.9
|
Without understanding your issue: try https://atmospherejs.com/adornis/typescript , we forked and are using the newest version of TypeScript, maybe it helps. |
Thanks, @yorrd! In looking elsewhere, I stumbled across your fork and tried it. However, I could not get that package to work without manual work-arounds. |
@KeithGillette let's continue conversation over there |
@KeithGillette I think for your specific problem, you should use/update your repo with more recent typescript version. Mine is the incompatibility between @babel/runtime and typescript configs (tsconfig.json) to support a Meteor + React app. |
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.The text was updated successfully, but these errors were encountered: