I did try to import lodash in my angular2 project. It's working fine, but I keep having in my log the following error :
TS2307 Cannot find module 'lodash'.
[error] import * as _ from "lodash"
However, I don't have any issue using it. Is there any tsconfig I have to change to prevent that from happening ?