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
The relevant folder is lib/, with the files that will actually be run when using the package.
Notice that it contains a bunch of .ts files, and each of them has a corresponding .ts.map source map (linked to from the comment at the bottom of each .ts file).
The tarball generated for npm compatibility has the auto-generated .js files and the corresponding .js.map files. However, these .js.map files point to the .ts file as the original source, rather than being merged with the source map applied to the .ts file to show the real original source.