An open API service indexing awesome lists of open source software.

https://github.com/rdmurphy/rollup-plugin-dts-comments


https://github.com/rdmurphy/rollup-plugin-dts-comments

Last synced: 7 months ago
JSON representation

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