### Extension sample chat-sample ### VS Code version 1.93.0-insider ### What went wrong? I saw `@vscode/prompt-tsx` is used in `chat-sample`. But looks like this package only works when the node project does not have `react`(react & @types/react) modules installed. Once react modules are installed, the prompt tsx files cannot be compiled anymore. Is there anyway to workaround this issue?