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

extends should be an array in typescript 5.0 #821

Open chaitanyapotti opened 11 months ago

chaitanyapotti commented 11 months ago

Current behavior

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

Expected behavior

Support a string[]

Environment

ferm10n commented 8 months ago

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

piotr-oles commented 8 months ago

Feel free to make a PR :)