https://github.com/rdmurphy/rollup-plugin-dts-comments
https://github.com/rdmurphy/rollup-plugin-dts-comments
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdmurphy/rollup-plugin-dts-comments
- Owner: rdmurphy
- License: mit
- Created: 2019-08-05T04:48:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T21:41:18.000Z (about 6 years ago)
- Last Synced: 2024-12-28T16:43:09.309Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `rollup-plugin-dts` comment issue example
This is an example project to show how `rollup-plugin-dts` only includes the comments of any function in the entrypoint, but strips them from all of the dependencies.
## Installation
```sh
npm install
```
## Running the example
```sh
npm start
```
The input files are in the `src` directory, the output is in `types`.
## License
MIT