Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Summary & motivation Two fixes here: 1. Types for ES modules need to be specified on a per-module basis, as suggested in microsoft/TypeScript#52363 (comment) 1. A separate path reference fix for the `pure` module ### Testing & documentation I tested this against packages which were compiled in webpack/vite with `"moduleResolution": "node16"` and `"moduleResolution": "bundler"` in `tsconfig.json`. I confirmed this fix works fore TypeScript 4+.
- Loading branch information