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
bar.cjs:1:1 - error TS1294: This syntax is not allowed when 'erasableSyntaxOnly' is enabled.
1 module.exports = {
~~~~~~~~~~~~~~~~~~
2 a: 1,
~~~~~~~
3 }
~