Skip to content

Commit 8ec49c7

Browse files
authored
Update README.md
#252
1 parent eb1dd17 commit 8ec49c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ See [#108](https://github.com/ezolenko/rollup-plugin-typescript2/issues/108)
175175

176176
* `typescript`: typescript module installed with the plugin
177177

178-
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.
178+
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.
179179

180180
* `transformers`: `undefined`
181181

0 commit comments

Comments
 (0)