You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried upgrading my TypeScript app from TS 3.0.1 to 3.1.1. When compiling it with webpack, having rewiremock as one of our (dev-)dependencies, compilation breaks at this point:
ERROR in [at-loader] ./node_modules/rewiremock/rewiremock.d.ts:122:66
TS2536: Type '"default"' cannot be used to index type 'Ts'.
Interestingly, when I compile with tsc, I do not get this error.
The text was updated successfully, but these errors were encountered:
I just tried upgrading my TypeScript app from TS 3.0.1 to 3.1.1. When compiling it with
webpack
, havingrewiremock
as one of our (dev-)dependencies, compilation breaks at this point:Interestingly, when I compile with
tsc
, I do not get this error.The text was updated successfully, but these errors were encountered: