I have an angular2 Project that I compress/compile with webpack.
I use tslink loader with webpack so I have tslint related configuration in webpack.config.js
webpack.config.js
ok.. so I just needed to move the tslint definition under:
tslint
plugins: [ new LoaderOptionsPlugin({ options: { tslint: { ...
and declared
const LoaderOptionsPlugin = require("webpack/lib/LoaderOptionsPlugin");