You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be very helpful if there was a way to override and extend the compilerOptions for typescript compiles and tslint options that are by default imported form tsconfig.json and tslint.json respectively.
This is especially useful for development only webpack configurations when in most cases there is no need for strict checking of some rules/flags such as noUnusedLocals for typescript or setting defaultSeverity for tslint.
The text was updated successfully, but these errors were encountered:
@LKay
Please try fork-ts-checker-webpack-plugin@alpha - I've published a new version which should resolve this issue 🚀
I will close this issue to clean-up the backlog. If this release didn't solve the issue, we can re-open this :)
I would be very helpful if there was a way to override and extend the
compilerOptions
for typescript compiles and tslint options that are by default imported formtsconfig.json
andtslint.json
respectively.This is especially useful for development only webpack configurations when in most cases there is no need for strict checking of some rules/flags such as
noUnusedLocals
for typescript or settingdefaultSeverity
for tslint.The text was updated successfully, but these errors were encountered: