- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 11.1.6
- Rollup Version: 4.22.4
- Operating System (or Browser): Windows11
- Node Version: 20.17.0
- Link to reproduction (⚠️ read below):
Expected Behavior
Modules can be imported
Actual Behavior
Unable to import module
Additional Information
If tsconfig.json>module is set to ES2015, the module can be imported. If the module value is higher than ES2015, the module cannot be imported

Expected Behavior
Modules can be imported
Actual Behavior
Unable to import module
Additional Information
If tsconfig.json>module is set to ES2015, the module can be imported. If the module value is higher than ES2015, the module cannot be imported