-
-
Notifications
You must be signed in to change notification settings - Fork 743
Updated TypeScript version into 2.4.1 #549
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
Changes from 9 commits
875da78
1c8e909
acf7a37
8adf4dd
046f94d
e486277
cfc88d1
cb2f79d
c3bb32d
36e5361
d3d4d42
b49ece4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,9 @@ | |
"module": "commonjs", | ||
"lib": [ | ||
"dom", | ||
"es5", | ||
"es2015.collection", | ||
"es2015.iterable" | ||
"es2016" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. there was some issues with the types due to the last typescript version, it was solved using the es2016 lib There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Which issues? |
||
], | ||
"target": "ES5", | ||
"target": "es5", | ||
"noImplicitAny": false, | ||
"removeComments": true, | ||
"noUnusedLocals": true, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is normally updated on release. Also need to think about whether this is a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this can be undone, I'll do a release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 😁