From 8ec49c78f523687deaf6816bc2ea320f16e325c7 Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Wed, 20 Jan 2021 13:31:10 -0700 Subject: [PATCH] Update README.md #252 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a391509..97334e94 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108) * `typescript`: typescript module installed with the plugin - When typescript version installed by the plugin (latest 2.x) is unacceptable, you can import your own typescript module and pass it in as `typescript: require("typescript")`. Must be 2.0+, things might break if transpiler interfaces changed enough from what the plugin was built against. + When typescript version installed by the plugin (latest 2.x) is unacceptable, you can import your own typescript module and pass it in as `typescript: require("path/to/other/typescript")`. Must be 2.0+, things might break if transpiler interfaces changed enough from what the plugin was built against. * `transformers`: `undefined`