TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rahulranjan-blitz opened this issue · comments

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!