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
fix: use referenced project's compiler option to get resolution mode (#2676)
#2673 Fixing the actual problem that makes the OP want this option. The problem is that the referenced project is a common js project which allows extensionless import. But when we used the wrong compiler option to check for the resolution mode. TypeScript thus used the ESM strategy to resolve the import.
0 commit comments