mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- readme
This commit is contained in:
parent
068d839ffe
commit
9bf826a034
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user