Typescript "Can not resolve directory @angular"

848 Views Asked by At

So, I've got an error "Can not resolve directory @angular" in PHPStorm.

Note: I'm using Systemjs and JSPM for frontend dependencies.

Although, application works fine, but these error are really annoying. Basically, in .js files I'm not getting such an error, but in all .ts files this error occurs.

Here is screenshot of main.ts file:

enter image description here

0

There are 0 best solutions below