From 9bf826a0345e5402b7e51f063a0fc687fc8ae11c Mon Sep 17 00:00:00 2001 From: Eugene Zolenko Date: Wed, 19 Apr 2017 17:43:58 -0600 Subject: [PATCH] - readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b976c53..4efb779 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ export default { } ``` -The plugin depends on existence of `tsconfig.json` file. All compiler options and file lists are loaded from that. +The plugin depends on existence of `tsconfig.json` file. All compiler options and file lists are loaded from that. Following compiler options are forced though: * `module`: es2015 @@ -33,6 +33,8 @@ 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. + Plugin takes following options: * `check`: true