- updating readme for #44

This commit is contained in:
Eugene Zolenko 2017-11-23 15:50:50 -07:00
parent d4f283ee00
commit c1fc8d0a85

View File

@ -35,6 +35,7 @@ The following compiler options are forced though:
* `noEmitHelpers`: true
* `importHelpers`: true
* `noResolve`: false
* `noEmit`: false
* `outDir`: `process.cwd()`
* `declarationDir`: `process.cwd()` (*only if `useTsconfigDeclarationDir` is false in the plugin options*)
* `moduleResolution`: `node` (*`classic` is [depreciated](https://www.typescriptlang.org/docs/handbook/module-resolution.html). It also breaks this plugin, see [#12](https://github.com/ezolenko/rollup-plugin-typescript2/issues/12) and [#14](https://github.com/ezolenko/rollup-plugin-typescript2/issues/14)*)