Artur Webber

Results 2 issues of Artur Webber

## Description In `/packages/dts-plugin/src/core/lib/typeScriptCompiler.ts:89`, the regex already removes the `.d.ts` extension, so the expose path can be correctly mapped to an entry. Calling removeExt was further processing paths like `foo.component`...

change: fix

### Describe the bug When using files that contain two dots in their filenames (e.g., bar.component.tsx) in the exposes configuration, the remote module is ignored. This results in the exposed...