用于配置装饰器语法。
'legacy' | '2022-03'
'2022-03'
指定需要使用的装饰器语法版本。
如果你希望了解不同装饰器版本的区别,可以参考:How does this proposal compare to other versions of decorators?
2022-03
对应装饰器 Stage 3 提案,等价于 TypeScript 5.0 默认支持的装饰器语法。
参考文档:
等价于 TypeScript 的 experimentalDecorators: true
。
参考文档: