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
As it turns out, #230 is because compilerOptions expects number values for enums, not string values. It would be nice if you could write target=ES2022 instead of target=9, though.