Skip to content
  • Kristiyan Kostadinov's avatar
    feat(core): drop support for TypeScript 4.6 and 4.7 (#47690) · ed11a13c
    Kristiyan Kostadinov authored
    Updates the version range in the compiler to require at least TypeScript 4.8. Note that I'm keeping the backwards-compatibility layer for 4.7 around for now until internal projects have been migrated to 4.8.
    
    BREAKING CHANGE:
    TypeScript versions older than 4.8 are no longer supported.
    
    PR Close #47690
    ed11a13c