TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.93k stars 238 forks source link

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

Open rahulranjan-blitz opened 1 month ago

rahulranjan-blitz commented 1 month ago

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!