-
Notifications
You must be signed in to change notification settings - Fork 69
Make src TypeScript #67
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
Conversation
|
It’s awesome! I’ll review this weekend :) |
| "resolveJsonModule": true, | ||
| "esModuleInterop": true, | ||
| "outDir": "lib" | ||
| }, |
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.
Add "declaration": 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 also brought index.js to typescript, so that definitions can be consumed well.
|
@gdelmas |
|
hey @Quramy, thanks for the review. i implemented the two changes from your comments. happy for the merge. |
|
Thanks! |
hi @Quramy,
thought it would make sense to have a utility for typescript written in it as well.
while doing the typescript conversion i tried to change the syntax and spacing as little as possible to facilitate a code review.
is this something you would be open to merge?