You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks nice but introducing an extra type/config option to existing tsconfig seems to be too much. We would prefer to stick to existing configuration and the extends usage should be inside tsconfig file only.
🚀 Feature Proposal
Starting Typescript 5 you can have an array for "extend" in tsconfig to extend from multiple configuration files
Motivation
It would be cool to be able to use this feature also with ts-juest without the need to create another config file.
Example
The text was updated successfully, but these errors were encountered: