-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
port the project to use TypeScript #241
Comments
@irsol What do you think about this one? |
@vinitkumar I need to learn a little bit more about TypeScript first )))) I can try. |
@irsol No pressure. Let's treat this as an RnD project for now. |
Hey @irsol I am going to do this one. How are you doing these days? Got any time for open source work? |
hey @vinitkumar I can help in a week. Could you split it to separate tickets? |
Hey Iryana,
Thanks for replying back. I will be sure to make some tickets next week and
we can pick it up from there.
Thanks,
Vinit Kumar
…On Mon, 14 Dec 2020 at 00:52, Iryna Soltyska ***@***.***> wrote:
hey @vinitkumar <https://github.com/vinitkumar> I can help in a week.
Could you split it to separate tickets?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEDITWUZMOGZ5WMVJNKOATSUUIARANCNFSM4HIKNWLA>
.
|
@vinitkumar great!! I would be happy to contribute :)) |
TypeScript comes with a lot of out of box support for Types, which would be especially beneficial writing
the backend code.
Take help of this: https://github.com/Microsoft/TypeScript-Node-Starter for project setup and config.
Uses basically the same core components so should be easy to do.
The text was updated successfully, but these errors were encountered: