Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extends should be an array in typescript 5.0 #821

Open
chaitanyapotti opened this issue Aug 4, 2023 · 2 comments
Open

extends should be an array in typescript 5.0 #821

chaitanyapotti opened this issue Aug 4, 2023 · 2 comments
Labels

Comments

@chaitanyapotti
Copy link

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
@ferm10n
Copy link

ferm10n commented Oct 23, 2023

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**

@piotr-oles
Copy link
Collaborator

Feel free to make a PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants