zarr.js
zarr.js copied to clipboard
add missing type exports, prevent moving dist files to avoid breaking "npm link" feature
- Keep build files in the
distdirectory. Moving them to the root and exposing them from the root in the package.json breaks things when you are usingnpm linkwithnpm startto 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
exportsfield inpackage.json