example-subpath-exports-ts-compat
example-subpath-exports-ts-compat copied to clipboard
TypeScript-friendly strategies for package.json subpath exports compatibility
Once this question gets answered, https://stackoverflow.com/questions/77856692/how-to-publish-plain-jsjsdoc-library-for-typescript-consumers it will be nice to put an example here. There is also not enough information to figure how to achieve it in these two...
Not an issue with this repo per se, but I just wanted to point out that Parcel will have proper support for `exports` mappings in an upcoming release: see parcel-bundler/parcel#8807.
After implementing the package-json-redirects strategy in a larger project I found VSCode import suggestions were having suggesting the wrong files. This repository seemed like a great way to test with...