Version
Details
.
├── src
│ ├── button
│ │ └── index.tsx
│ └── index.ts
└── tsconfig.json
input
// index.ts
import button from './button';
expected behavior
import button from './button/index.mjs';
actual behavior
import button from './button.mjs';
Reproduce link
none
Reproduce Steps
none