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
chore: fall back to verbatimModuleSyntax if possible (#649)
In case no tsconfig is found whatsoever, enable `verbatimModuleSyntax` to prevent stripping unused imports.
Also fix a related issue where the config passed manually was not properly parsed.
Also print warning message in bold to make it more visible.
related to #643
0 commit comments