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

[QUESTION] Equivalent of eslint: {files: "pattern"} in ForkTsCheckerWebpackPlugin v9 #844

Open
rahulranjan-blitz opened this issue May 21, 2024 · 0 comments
Labels

Comments

@rahulranjan-blitz
Copy link

Current behavior

I am currently upgrading my old webpack config from 2 years back. Earlier I had used ForkTsCheckerWebpackPlugin with {eslint: { files: './src/**/*.{ts, tsx, js, jsx}' } } as constructor argument. on v5.2.0
I wish to pass the same file pattern to be included for type checking but not sure which is the property/field to use, have checked the documentaion. Can someone point me out the field for this?

Thank you so much!

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

No branches or pull requests

1 participant