-
Notifications
You must be signed in to change notification settings - Fork 48
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
Update website so it works with the latest version of TypeScript #12
Comments
Indeed, compilation with TypeScript 4.3.3 fails with the following error:
This is most likely caused by the effort to remove types and features which We have two options:
I prefer the first option, removing the line. Just for simplicity, and because we |
I however just realized that this statement is not proven to be true. For the |
Now, two days later, caniuse does report support of We will have to add a |
That sounds good to me. |
This was merged into development in ccfe9c4 and will be included in the next release. |
The current version of
screensy-website/screensy.ts
does not compile with the latest version of TypeScript (4.3.2
). This is related to #5, which was fixed by requiring an older version in the Dockerfile. This fix is not optimal, since it makes it harder to upgrade or to install screensy without using Docker.The text was updated successfully, but these errors were encountered: