The rolldown-vite using it to compat `tsconfig.json` `jsx: 'preserve'` behavior, the esbuild respect it, ref https://github.com/rolldown/vite/blob/rolldown-v6/packages/vite/src/node/plugins/oxc.ts#L111 The transformer has `jsx_plugin` option to do it, add it to napi look like could be work.