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