Skip to content

Commit 9e7adaa

Browse files
authored
docs: mention ttypescript, a common integration (#379)
- `ttypescript` is commonly used for `transformers` and is referenced various times in the issues - so add it to the docs for searchability
1 parent 70724b1 commit 9e7adaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108)
186186

187187
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")`.
188188

189+
You can also use an alternative TypeScript implementation, such as [`ttypescript`](https://github.com/cevek/ttypescript), with this option.
190+
189191
Must be TS 2.0+; things might break if the compiler interfaces changed enough from what the plugin was built against.
190192

191193
* `transformers`: `undefined`

0 commit comments

Comments
 (0)