Skip to content

Commit 47f1c14

Browse files
committed
docs: add emitDecoratorMetadata description
1 parent c38a522 commit 47f1c14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

guide/features.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ Vite は `esbuild` と同じ動作に従い、`tsconfig.json` 内の `target`
9898
そのため、`tsconfig.json` を設定する際には、`target``ESNext` または `ES2022` 以降に設定するか、`useDefineForClassFields` を明示的に `true` に設定することをおすすめします。
9999
:::
100100

101+
#### `emitDecoratorMetadata`
102+
103+
- [TypeScript ドキュメント](https://www.typescriptlang.org/tsconfig#emitDecoratorMetadata)
104+
105+
このオプションは部分的にのみサポートされています。完全なサポートには TypeScript コンパイラーによる型推論が必要ですが、これはサポートされていません。詳細は [Oxc Transformer のドキュメント](https://oxc.rs/docs/guide/usage/transformer/typescript#decorators)を参照してください。
106+
101107
#### `paths`
102108

103109
- [TypeScript ドキュメント](https://www.typescriptlang.org/tsconfig/#paths)

0 commit comments

Comments
 (0)