We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior: I use this code:
let tsProject = ts.createProject('tsconfig.json', { noEmit: true, baseUrl: './node_modules' });
so I expect no code to be emitted and no error shown when running the task.
Actual behavior:
I get a TypeScript: emit failed which confuses everyone else on my team into thinking there's an error.
TypeScript: emit failed
The text was updated successfully, but these errors were encountered:
2db5b47
Fixed in the latest prerelease. You can install it with npm install [email protected]
npm install [email protected]
Sorry, something went wrong.
No branches or pull requests
Expected behavior:
I use this code:
so I expect no code to be emitted and no error shown when running the task.
Actual behavior:
I get a
TypeScript: emit failed
which confuses everyone else on my team into thinking there's an error.The text was updated successfully, but these errors were encountered: