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

Ts fixes #6

Merged
merged 7 commits into from
Jul 21, 2017
Merged

Ts fixes #6

merged 7 commits into from
Jul 21, 2017

Conversation

emirotin
Copy link
Contributor

This time in atomic commits

tsconfig.json Outdated
@@ -6,7 +6,8 @@
"preserveConstEnums": true,
"strictNullChecks": true,
"sourceMap": true,
"target": "es5"
"target": "es5",
"importHelpers": true

Choose a reason for hiding this comment

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

This is cool, I didn't know this was a thing. Should this be in our TS guide as something we do everywhere? Seems like a good idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah will send a PR

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

2 participants