Microsoft/TypeScript

Document that compiler.extends can be an array

Open

#62.915 geöffnet am 20. Dez. 2025

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (6.726 Forks)batch import
DocsHelp Wanted

Repository-Metriken

Stars
 (48.455 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (9 gemergte PRs in 30 T)

Beschreibung

🔍 Search Terms

compiler.extends extends

✅ Viability Checklist

⭐ Suggestion

After merging https://github.com/microsoft/TypeScript/pull/50403, the docs at https://www.typescriptlang.org/tsconfig/#extends haven't been updated to indicate that extends may be an array.

📃 Motivating Example

Users may only learn that extends may be an array if they find the PR above.

Contributor Guide