rollup-plugin-dts icon indicating copy to clipboard operation
rollup-plugin-dts copied to clipboard

A rollup plugin to generate .d.ts rollup files for your typescript project

Results 14 rollup-plugin-dts issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

I got a type error when using lodash. If you change it to typeof, it works. ### Checklist * [x] I can reproduce this issue when running this plugin on...

When rollup-plugin-dts cannot find the tsconfig path, then it will start looking for the local tsconfig.json and parse it. But sometimes the final result of parsing can not be correct....

### Checklist * [ ] I can reproduce this issue when running this plugin on its own. * [x] I am running this plugin on `.d.ts` files generated by TypeScript....

```ts rollup.config.ts { input: ['./packages/nova/index.ts'], output: [ { dir: 'dist/es', format: 'esm', preserveModules:true, }, ], external:['lodash'], plugins: [ dts() ] } ``` the compoents/index.d.ts is lost ![image](https://github.com/Swatinem/rollup-plugin-dts/assets/91084928/c34c657d-7923-41fe-8005-850ecfcd9de3) the nova/index.ts ```...

I have decided to put this projects into *maintenance mode*, which means I will not do any active development on it anymore. That being said, the project is stable, works...

### Checklist * [x] I can reproduce this issue when running this plugin on its own. *Other plugins, such as `node-resolve` are known to cause issues.* * [ ] I...

### Checklist * [ ] I can reproduce this issue when running this plugin on its own. The issue arises when being used with the typescript plugin. * [ ]...

### Checklist * [X] I can reproduce this issue when running this plugin on its own. * [X] I am running this plugin on `.d.ts` files generated by TypeScript. *...

### Checklist * [x] I can reproduce this issue when running this plugin on its own. *Other plugins, such as `node-resolve` are known to cause issues.* * [x] I am...