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.
emitDecoratorMetadata
1 parent c38a522 commit 47f1c14Copy full SHA for 47f1c14
guide/features.md
@@ -98,6 +98,12 @@ Vite は `esbuild` と同じ動作に従い、`tsconfig.json` 内の `target`
98
そのため、`tsconfig.json` を設定する際には、`target` を `ESNext` または `ES2022` 以降に設定するか、`useDefineForClassFields` を明示的に `true` に設定することをおすすめします。
99
:::
100
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
107
#### `paths`
108
109
- [TypeScript ドキュメント](https://www.typescriptlang.org/tsconfig/#paths)
0 commit comments