-
Notifications
You must be signed in to change notification settings - Fork 6
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
Typescript? #7
Comments
@OAGr, any thoughts? My guess is that this would be fine in itself but might take too much time. |
I like Typescript, happy for things to gradually move in that direction. |
I added some basic & very forgiving (allowJs=true, strict=false) TypeScript setup in #8. |
Closing this issue to keep the number of issues contained. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I (gradually) convert everything to Typescript? :)
It seems to me that TS have "won" and everyone converts their projects to it eventually (unless they pick something like ReasonML or Elm).
The costs for converting to TS are proportional to the amount of code, so it might be better to start this early.
I think even with
"noImplicitAny": false
(e.g., most of JS code is a valid TS code) it still might be beneficial for safer refactorings and adopting types gradually.The text was updated successfully, but these errors were encountered: