Skip to content
New issue

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

Update to typescript 2.4 #437

Merged
merged 2 commits into from
Jul 9, 2017
Merged

Conversation

SethDavenport
Copy link
Member

@SethDavenport SethDavenport commented Jul 9, 2017

Adapt to 2.4's stricter checks.

Also add skipLibChecks === true to tsconfig.json because Angular has it's own ts-2.4-related issues. Will remove the flag once it's fixed.

}

type PayloadAction = Action & { payload: string | number };
type PayloadAction = Action & { payload?: string | number };
Copy link
Member Author

Choose a reason for hiding this comment

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

This is needed to workaround reduxjs/redux#2467

Adapt to 2.4's stricter checks.

Also add `skipLibChecks === true` to `tsconfig.json` because Angular has it's own ts-2.4-related issues. Will remove the flag once it's fixed.
@SethDavenport SethDavenport merged commit 093f455 into angular-redux:master Jul 9, 2017
@SethDavenport SethDavenport deleted the fix/434 branch July 9, 2017 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant