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.
I would be very helpful if there was a way to override and extend the
compilerOptionsfor typescript compiles and tslint options that are by default imported formtsconfig.jsonandtslint.jsonrespectively.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
noUnusedLocalsfor typescript or settingdefaultSeverityfor tslint.