jimport

Results 3 comments of jimport

It's the same with me on Linux Mint. When I type ^0.10.11 as suggeseted, syntax highlighting is gone but the issue is not displayed anymore.

I've had the same issue. The first error (`node_modules/rxjs/Subject.d.ts(16,22): error TS2415:`) is related to a bug in rxjs. Reading through the comments, it looks like it is going to be...

It seems another option is to use the `--noStrictGenericChecks` compiler option in typescript 2.4.1. This should be a workaround for all three errors. But I didn't test it ...