When using subpath imports with moduleResolution: 'bundler', type errors occur when attempting to use extensionless imports or directory module imports, which seems different from what’s stated in the TypeScript documentation. Am I misunderstanding something?
Here is a reproduction: https://github.com/JunyeongChoi0/typescript-error-reproduce