Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feature) Support overriding compilerOptions settings and tslint config #112

Closed
LKay opened this issue Apr 13, 2018 · 1 comment
Closed

Comments

@LKay
Copy link

LKay commented Apr 13, 2018

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.

@piotr-oles
Copy link
Collaborator

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants