kulshekhar / ts-jest

A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript.

Home Page:https://kulshekhar.github.io/ts-jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Apollon77 opened this issue Β· comments

πŸš€ 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"],