TypeScript 6.0 is a transition release bridging 5.9 and the forthcoming 7.0 (a native Go port). Most changes are new defaults and deprecations preparing for 7.0. Here is what you need to do:
Most projects need these tsconfig changes:
TypeScript 6.0 is a transition release bridging 5.9 and the forthcoming 7.0 (a native Go port). Most changes are new defaults and deprecations preparing for 7.0. Here is what you need to do:
Most projects need these tsconfig changes:
| ... | |
| ## | |
| # Until this commit is merged and released by rack | |
| # | |
| gem 'rack', git: 'https://github.com/rack/rack.git', ref: 'c859bbf7b53cb59df1837612a8c330dfb4147392' | |
| ... |
| # Move erts IO Polling to dedicated threads | |
| # https://github.com/erlang/otp/pull/1552 |
{ "compilerOptions": { "types": ["node"], // @types are no longer auto-discovered (see §1.6)