Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Add noEmit to compilerOptions #2823

Merged
merged 3 commits into from May 24, 2017
Merged

Add noEmit to compilerOptions #2823

merged 3 commits into from May 24, 2017

Conversation

ajafff
Copy link
Contributor

@ajafff ajafff commented May 24, 2017

PR checklist

Overview of change:

By default typescript checks if compiled output files would overwrite input files. Since we are not compiling anything, we need to turn this check off.
[bugfix] don't crash tslint --project if allowJs is set in tsconfig.json
Fixes: #2568

The second commit fixes the CI failures on master

Is there anything you'd like reviewers to focus on?

CHANGELOG.md entry:

Copy link
Contributor

@adidahiya adidahiya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the quick turnaround @ajafff :)

@adidahiya adidahiya merged commit 8b0ef1e into palantir:master May 24, 2017
@simonvizzini
Copy link

Just wondering if there is an ETA for a release with this fix?

@adidahiya
Copy link
Contributor

@simonvizzini this was released in 5.4.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running tslint with --type-check breaks in allowJs projects
3 participants