This repository was archived by the owner on Dec 1, 2019. It is now read-only.
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
importHelpers option is broken and fails with "Cannot find module 'tslib'" #250
Open
Description
The new importHelpers feature in TypeScript does not seem to work with awesome-typescript-loader
.
Setting this option in the tsconfig.json
file:
{
"compilerOptions": {
"importHelpers": true
}
}
causes the following error:
ERROR in [default]
Cannot find module 'tslib'.
even though the tslib
module was successfully included by WebPack:
[234] ./~/tslib/tslib.js 4.26 kB {0} [built]
Anything I can do to help you fix this issue? 🙂
Metadata
Metadata
Assignees
Labels
No labels