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

extends should be an array in typescript 5.0

chaitanyapotti opened this issue · 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

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

This plugin requires **Node.js >=14.0.0+**, **Webpack ^5.11.0**, **TypeScript ^3.6.0**

Feel free to make a PR :)