Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ESM type import in Webpack loader CJS file
TypeScript 5.3 introduced support for import attributes and `resolution-mode`. This can be used to import types from ESM files into CJS files without a `@ts-ignore` comment.
- Loading branch information