fork-ts-checker-webpack-plugin icon indicating copy to clipboard operation
fork-ts-checker-webpack-plugin copied to clipboard

extends should be an array in typescript 5.0

Open chaitanyapotti opened this issue 1 year ago • 2 comments

Current behavior

extends in configOverwrite of typescriptOptions is currently a string where as ts 5.0 supports string[].

Expected behavior

Support a string[]

Environment

  • fork-ts-checker-webpack-plugin: 8.0.0
  • typescript: 5.1.0
  • eslint: 8.x
  • webpack: 5.x
  • os: Mac Ventura 13.5

chaitanyapotti avatar Aug 04 '23 06:08 chaitanyapotti

Doesn't look like ts 5 is supported (officially)

https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/d3b462e08fd6ee501b786a3f0e43477f74001d9a/README.md?plain=1#L26

ferm10n avatar Oct 23 '23 21:10 ferm10n

Feel free to make a PR :)

piotr-oles avatar Oct 29 '23 10:10 piotr-oles