From 966013bd5d98177f589d2021fdaa2fd6c8faee16 Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Wed, 19 Apr 2017 17:45:45 -0600 Subject: [PATCH] - fix for links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4efb779..598cab9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Following compiler options are forced though: * `importHelpers`: true * `noResolve`: false -You will need to set `"moduleResolution": "node"` in `tsconfig.json` if typescript complains about missing `tslib`. See #12 and #14. +You will need to set `"moduleResolution": "node"` in `tsconfig.json` if typescript complains about missing `tslib`. See [#12](https://github.com/ezolenko/rollup-plugin-typescript2/issues/12) and [#14](https://github.com/ezolenko/rollup-plugin-typescript2/issues/14). Plugin takes following options: