Skip to content

[Fix #17] Toolchain updates #18

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
merged 2 commits into from
Jul 9, 2017

Conversation

SethDavenport
Copy link
Member

  • Updated to Typescript 2.4.1
  • Added package-lock.json for npm 5+ users
  • Turned on Typescript strict mode.

* Updated to Typescript 2.4.1
* Added package-lock.json for npm 5+ users
* Turned on Typescript strict mode.
"lib" : ["es2015", "es2015.iterable", "dom"]
"lib" : ["es2015", "es2015.iterable", "dom"],
"strict": true,
"skipLibCheck": true
Copy link
Member Author

Choose a reason for hiding this comment

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

Needed to avoid ts 2.4 errors from angular itself. Should be removed then they are resolved.

@SethDavenport SethDavenport merged commit 44fa111 into angular-redux:master Jul 9, 2017
@SethDavenport SethDavenport deleted the fix/17 branch July 9, 2017 15:53
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