Skip to content

add missing type exports, prevent moving dist files to avoid breaking "npm link" feature#149

Open
az0uz wants to merge 2 commits intogzuidhof:masterfrom
az0uz:fix-type-exports
Open

add missing type exports, prevent moving dist files to avoid breaking "npm link" feature#149
az0uz wants to merge 2 commits intogzuidhof:masterfrom
az0uz:fix-type-exports

Conversation

@az0uz
Copy link
Contributor

@az0uz az0uz commented Dec 15, 2023

  • Keep build files in the dist directory. Moving them to the root and exposing them from the root in the package.json breaks things when you are using npm link with npm start to test new changes while developing other projects.
  • Add missing type exports, some types that are used in publicly accessible APIs are not importable by external users. This PR add them to the exports field in package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant