You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(studio-desktop): tsdown shared config satisfies UserConfig, not a…
…s-const (#690) (#695)
The as-const froze external as readonly ["electron"], which tsdown's
ExternalOption rejects - caught by the studio-desktop-v0.2.0 release verify
gate (the package's own tsc, which the root typecheck does not sweep).
satisfies keeps literal checking without the readonly widening; preload
build gate still green.
Co-authored-by: Claude Fable 5 <[email protected]>