-
-
Notifications
You must be signed in to change notification settings - Fork 458
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
Convert to typescript #314
Comments
Hi ! |
Hey, thank you, there are two important things concerning typescript:
If you want to work on either or both of those issues it would be very great. |
Great ! |
Sounds great. Whatever you feel most comfortable with is a good start and very much appreciated. 👍 If you have questions, just send a PR and add a comment with your questions. |
Stale |
Convert the source file to typescript, which will be compiled in the rollup build step.
While we currently use
.ts
files, typehinting etc. is not used in the files.If you want to help:
Just start adding typehints to any file that is still missing them or improve the ones that already have them. Feel free to send a PR for files even if only a part of them is converted.
The text was updated successfully, but these errors were encountered: