mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Add support for reading JSX config from tsconfig.json
This commit is contained in:
@@ -858,6 +858,7 @@ pub const VirtualMachine = struct {
|
||||
.file_descriptor = fd,
|
||||
.file_hash = hash,
|
||||
.macro_remappings = macro_remappings,
|
||||
.jsx = vm.bundler.options.jsx,
|
||||
};
|
||||
|
||||
var parse_result = vm.bundler.parse(
|
||||
|
||||
Reference in New Issue
Block a user