playframework - How do I get IntelliJ's Typescript assistance to resolve Angular2 installed from a WebJAR? -
i'm using sbt-typescript plugin let me use typescript assets in play. i've modeled project layout on the example one, import {injectable} "angular2/core" gives me red underline ts2307: cannot find module 'angular2/core'. in fact, angular 2 in target/web/node-modules/main/webjars/angular2.
play compiles .ts file without problem.
what need configure in intellij looking in same place sbt angular2?
Comments
Post a Comment