Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add types to package.json exports (#2278)
Needed for newer typescript with certain moduleResolution settings. Found the explanation & solution here: gxmari007/vite-plugin-eslint#60 & the docs for the option here: https://nodejs.org/api/packages.html#packages_exports (with `types` being defined here: https://nodejs.org/api/packages.html#conditional-exports) Co-authored-by: Manu [tennox] <[email protected]>
- Loading branch information