-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Move to TypeScript #745
Move to TypeScript #745
Conversation
fixup: imports
Should we change Jokes aside, what about |
Yeah, I usually would go for |
Fixes: ``` App threw an error during load Error: Cannot require "powerMonitor" module before app is ready ```
@CvX Is there anything left to do? If not, I'll do a final review and merge. |
|
# Conflicts: # package-lock.json
Wooooot!! Super nice work on this. It makes the codebase so much easier to work with. ❤️ |
This PR converts the codebase to TypeScript.
Remaining tasks:
Fixes #740