Open vladfulgeanu opened 4 years ago
I'm not getting these exact errors but if I use typescript style import than TSC says the following: This expression is not constructable. Type 'typeof IExtensionReloaderInstance' has no construct signatures.
Are the type definitions perhaps out of date?
I noticed the problem doesn't happen whenallowJS
is disabled in tsconfig.json
.
Also, it wasn't happening with allowJS
enabled and typescript 3.8.3.
Type:
Environment:
I'm going to open a PR:
Description:
Started getting these 3 new TypeScript errors when starting webpack:
When going inside that file I can indeed see the TS errors:
What would be the cause for this?