Skip to content

Commit

Permalink
docs: add typescript to readme (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanklohr authored and shellscape committed Dec 15, 2019
1 parent 0297e2a commit 13eadab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -30,6 +30,7 @@ This repository houses plugins that Rollup considers critical to every day use o
| [node-resolve](packages/node-resolve) | Locate and bundle third-party dependencies in node_modules |
| [replace](packages/replace) | Replace strings in files while bundling |
| [strip](packages/strip) | Remove debugger statements and functions like assert.equal and console.log from your code |
| [typescript](packages/typescript) | Integration between Rollup and Typescript |
| [url](packages/url) | Import files as data-URIs or ES Modules |
| [virtual](packages/virtual) | Load virtual modules from memory |
| [wasm](packages/wasm) | Import WebAssembly code with Rollup |
Expand Down

0 comments on commit 13eadab

Please sign in to comment.