rollup-plugin-dts
rollup-plugin-dts copied to clipboard
A rollup plugin to generate .d.ts rollup files for your typescript project
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  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...