This commit is contained in:
Eugene Zolenko 2017-04-19 17:43:58 -06:00
parent 068d839ffe
commit 9bf826a034

View File

@ -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