From 9e7adaa2e20f5d1484683a078d116616817c291e Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 12 Jul 2022 11:53:04 -0400 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c8b222..f9c4768 100644 --- a/README.md +++ b/README.md @@ -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`