From c1fc8d0a85d64e40b79afd2ee15ea9b5fc0b45ce Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Thu, 23 Nov 2017 15:50:50 -0700 Subject: [PATCH] - updating readme for #44 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e30a289..88f1a4d 100644 --- a/README.md +++ b/README.md @@ -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)*)