While attempting to incorporate lodash into my angular2 project, I encountered an issue. Although it is functioning properly, I am consistently seeing the following error in my log:
TS2307 Cannot find module 'lodash'.
[error] import * as _ from "lodash"
Despite this error message, I have not faced any problems using lodash. Is there a specific tsconfig setting that needs to be adjusted to eliminate this error?