Skip to content

Commit

Permalink
docs: mention ttypescript, a common integration (#379)
Browse files Browse the repository at this point in the history
- `ttypescript` is commonly used for `transformers` and is referenced various times in the issues
  - so add it to the docs for searchability
  • Loading branch information
agilgur5 authored Jul 12, 2022
1 parent 70724b1 commit 9e7adaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108)

If you'd like to use a different version of TS than the peerDependency, you can import a different TypeScript module and pass it in as `typescript: require("path/to/other/typescript")`.

You can also use an alternative TypeScript implementation, such as [`ttypescript`](https://github.com/cevek/ttypescript), with this option.

Must be TS 2.0+; things might break if the compiler interfaces changed enough from what the plugin was built against.

* `transformers`: `undefined`
Expand Down

0 comments on commit 9e7adaa

Please sign in to comment.