TypeScript v5.0
2023/3/1
2023/1/27
Decorators
Supporting Multiple Configuration Files in extends
All enums Are Union enums
--moduleResolution bundler
Resolution Customization Flags
Support for export type *
@satisfies Support in JSDoc
@overload Support in JSDoc
Passing Emit-Specific Flags Under --build
Case-Insensitive Import Sorting in Editors
Exhaustive switch/case Completions
Speed, Memory, and Package Size Optimizations
Breaking Changes and Deprecations
What’s Next?
4.9 → 5.0に大きな変更が入るわけでもない
ただ繰り上がるだけ
decorator
tsconfigのoptionsの追加、変更
古くなって使われなくなったoptionを非推奨化する
使うとwarning
v6.0になる頃には完全廃止
import {..} from "./hoge.ts"のように.tsを書ける
.cssなどの任意の拡張子をimoprtできる