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
To support the new module resolutions (introduced in ts 4.7) we will need to add extensions to the declaration files (just like we are adding to the generated .js files).
This might require us to change the repository structure (adding .js to the imports in our libraries), or we will need to parse all generated files and add .js manually.
From initial tests - doing that will not break the current moduleResolution used (i.e. node), so there is no back-compat issue here. This, however, needs to be tested as part of the implementation of this issue.
Avallach7, kaliatech, alecmev, chase-moskal, james-pre and 1 moreingun37