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
Emit errors are being generated for JS files in mixed TS/JS projects. NoEmit is already set to true in VS host for JS only projects (projects that only contain JS, script blocks, and d.ts files). We need to handle the NoEmit scenario for JS files in the mixed project scenario.