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
I use to-level await in one of my projects. After installing this library typescript stops considering the "module" parameter in package.json and considers the whole project as CommonJS.
Expected Behavior
Should not affect top-level code
Steps To Reproduce
In this environment...
With this config...
Run '...'
See error...
Environment
npm:
Node:
OS:
platform:
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I use to-level await in one of my projects. After installing this library typescript stops considering the "module" parameter in package.json and considers the whole project as CommonJS.
Expected Behavior
Should not affect top-level code
Steps To Reproduce
Environment
The text was updated successfully, but these errors were encountered: