s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 179 forks source link

noUnusedParamters and noUnusedLocals compiler options are not respected #617

Open dmarcautan opened 6 years ago

dmarcautan commented 6 years ago

Errors that match the criteria for noUnusedParamters and noUnusedLocals compiler options are not reported. Discovered using Typescript 3. Tried setting them explicitly in plugin configuration section and still no luck.