We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e8374 commit 16c4920Copy full SHA for 16c4920
website/docs/zh/guide/basic/typescript.mdx
@@ -65,6 +65,6 @@ export default {
65
66
## 装饰器版本
67
68
-默认情况下,Rslib 会使用 `2022-03` 版本的装饰器。
+默认情况下,Rslib 会使用 [`2022-03`](https://rsbuild.rs/zh/config/source/decorators) 版本的装饰器。
69
70
如果在 `tsconfig.json` 中启用了 [experimentalDecorators](https://www.typescriptlang.org/tsconfig/#experimentalDecorators),Rslib 会默认将 [source.decorators.version](/config/rsbuild/source#sourcedecorators) 设置为 `legacy` 来使用旧版本装饰器。
0 commit comments