TSServer: NoEmit should be the default for JS files in mixed TS/JS projects #11649
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
Visual Studio
Integration with Visual Studio
Milestone
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.
The text was updated successfully, but these errors were encountered: