Closed
Description
When files being imported in an .ts
file, the resolver automatically assumes all the imports must be ended with .ts
when some could be .js
. It seems like the dev server does not support node's exports
quite well.
Actual behavior
Packages that use exports
in node resolves with .ts
when it gets imported in a .ts
file.
Expected behavior
Packages that use exports
in node must be resolved with the correct extensions when it gets imported in a .ts
file
Steps to reproduce
Clone this repo and run the project to reproduce the stated problem.
Metadata
Metadata
Assignees
Labels
No labels