- fix for links

This commit is contained in:
Eugene Zolenko 2017-04-19 17:45:45 -06:00
parent 9bf826a034
commit 966013bd5d

View File

@ -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: