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 .gitignore is used as a fallback whne publishing to exclude files
to NPM[^1]. As such, the types were not included in the release. This PR
removes the .gitignore to match the web SDK repo and allow the types to
be published to NPM.
[^1]: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#files
0 commit comments