I think one can reproduce this using Immutable js:
npm install immutable --save
The typescript definitions work immediately in VSCode because it has typescript defined in the package.json but ts-loader using webpack gives me error in webpack:
error TS2307: Cannot find module 'immutable'.
I think one can reproduce this using Immutable js:
npm install immutable --saveThe typescript definitions work immediately in VSCode because it has typescript defined in the package.json but ts-loader using webpack gives me error in webpack:
error TS2307: Cannot find module 'immutable'.