Upcoming Changes from typeScript 5.0 Deprecations

TL;DR

5.0からdeprecatedとなっていた以下のオプションについて、5.4がサポートの最終バージョンとなる。

  • charset

  • target:ES3

  • importsNotUsedAsValues

  • noImplicitUseStrict

  • noStrictGenericChecks

  • keyofStringOnly

  • suppressExcessPropertyErorrs

  • suppressImplicitAnyIndexErrors

  • out

  • preserveValueImports

  • prepend in project references

  • implicitly OS-specific newLine

Last updated