-
Notifications
You must be signed in to change notification settings - Fork 181
importHelpers option is broken and fails with "Cannot find module 'tslib'" #250
Comments
This error seems is actually emitted by When I checked, |
@Kovensky can it be resolved using paths section of tsconfig.json? |
@Kovensky With Also, if you run |
Also, result bundle have |
Seems that in |
I had to set |
if tslib is not direct dependency and resolved via webpack this message emits |
The new importHelpers feature in TypeScript does not seem to work with
awesome-typescript-loader
.Setting this option in the
tsconfig.json
file:causes the following error:
even though the
tslib
module was successfully included by WebPack:Anything I can do to help you fix this issue? 🙂
The text was updated successfully, but these errors were encountered: