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

[Feature]: Support (Multi-)Extends as Array (TypeScript 5 feature) #4122

Open
Apollon77 opened this issue May 5, 2023 · 1 comment
Open

Comments

@Apollon77
Copy link

🚀 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

    "extends": ["./tsconfig.base.json", "../../tsconfig.dev.json"],
@ahnpnl
Copy link
Collaborator

ahnpnl commented Jul 11, 2024

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.

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

No branches or pull requests

2 participants