mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Add support for reading JSX config from tsconfig.json
This commit is contained in:
@@ -405,7 +405,7 @@ pub const Arguments = struct {
|
||||
jsx_fragment != null or
|
||||
jsx_import_source != null or
|
||||
jsx_runtime != null or
|
||||
jsx_production or react_fast_refresh)
|
||||
jsx_production or !react_fast_refresh)
|
||||
{
|
||||
var default_factory = "".*;
|
||||
var default_fragment = "".*;
|
||||
|
||||
Reference in New Issue
Block a user