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
Now that there is a manually written index.js as the entrypoint, we're duplicating a lot of work between index.js and index.d.ts that is error prone. Write an index.ts that replaces both in the repo, and a build process that produces both of the original files for NPM packaging.
The text was updated successfully, but these errors were encountered:
Now that there is a manually written
index.js
as the entrypoint, we're duplicating a lot of work betweenindex.js
andindex.d.ts
that is error prone. Write anindex.ts
that replaces both in the repo, and a build process that produces both of the original files for NPM packaging.The text was updated successfully, but these errors were encountered: