mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 12:32:08 -06:00
- Enhanced wildcard logic to support mixing "*" with explicit types - Added test for wildcard combined with explicit types - This supports gradual migration pattern: types: ["*", "node", "jest"] - All 99,255 tests passing Co-authored-by: RyanCavanaugh <6685088+RyanCavanaugh@users.noreply.github.com>