This plugin does not yet work with tsx files, even though the supporting libraries (such as rollup-plugin-dts) do support them. This PR adds a .tsx files. I've added a tsx file to the fixtures and made sure the snapshots reflect that, with this PR, a component.d.ts file gets generated from the component.tsx file (before it would get referenced as an import but no .d.ts file would be generated).
Description
This plugin does not yet work with tsx files, even though the supporting libraries (such as rollup-plugin-dts) do support them. This PR adds a .tsx files. I've added a tsx file to the fixtures and made sure the snapshots reflect that, with this PR, a component.d.ts file gets generated from the component.tsx file (before it would get referenced as an import but no .d.ts file would be generated).
Linked Issues
n/a
Additional context
n/a