From 1c1e7a7c81106b1fc490aec530e0299ff7b75cbb Mon Sep 17 00:00:00 2001 From: wessberg Date: Thu, 27 Jul 2017 04:32:53 +0200 Subject: [PATCH] Corrected README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16a0582..547f624 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ The following compiler options are forced though: * `noEmitHelpers`: true * `importHelpers`: true * `noResolve`: false +* `outDir`: `process.cwd()` 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).