Skip to content

Turn tsconfig settings to 11 #34

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

Merged

Conversation

SethDavenport
Copy link
Member

  • "strict": true,
  • "noUnusedLocals": true,
  • "noUnusedParameters": true,
  • "forceConsistentCasingInFileNames": true,

Also updated to typescript 2.4.1.

Also simplify the implementation of composeReducers. The composed reducer will assemble initial state automatically during Redux initialization; we don't need to do all that state manipulation manually.

Fixes #26

* `"strict": true,`
* `"noUnusedLocals": true,`
* `"noUnusedParameters": true,`
* `"forceConsistentCasingInFileNames": true,`

Also updated to typescript 2.4.1.

Also simplify the implementation of composeReducers. The composed reducer will assemble initial state automatically during Redux initialization; we don't need to do all that state manipulation manually.

Fixes angular-redux#26
@SethDavenport
Copy link
Member Author

SethDavenport commented Jul 10, 2017

Sorry for all the :anys. /form is in maintenance mode while we basically re-write it for 7.0 so I just wanted to stop the bleeding for people using strict checks in downstream projects.

@SethDavenport SethDavenport merged commit 5eb168e into angular-redux:master Jul 10, 2017
@SethDavenport SethDavenport deleted the chore/tsconfig-settings branch July 10, 2017 01:42
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.

1 participant