Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add package.json exports for derby/dist/{components,parsing,templates…
…,test-utils} for compat with TS classic moduleResolution Some modules in derby, like test-utils, are not accessible from the root package export. TypeScript with the default classic moduleResolution (pre "node16") doesn't use the package.json exports field, so the only way to use such modules is by using the dist paths, e.g. 'derby/dist/test-utils' instead of the exports-mapped 'derby/test-utils'. This adds package.json exports dist/* paths for a selection of such modules that are useful in consumers.
- Loading branch information