-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
General Maintenance #385
General Maintenance #385
Conversation
zhiyan114
commented
Jul 21, 2024
- Resolves Ticket permissions resetted when ticket parent change #339
- Updated Packages
- Some workaround done to keep the tsc happy (caused by some TSC engine bug or @types/node)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Just need to check a couple more things on why TSC is yelling at nothing |
You can't transpile ? |
Ye type check is complaining about a non-existing errors on @node/type after upgrading the package. One of the users did complain about this, but I thought that was just some installation error, but turns out, it's not... |
Just tested and it looks like it could be a typescript engine error, we'll just keep the older version for now |
Is there any open issue on typescript's github about that? |
I couldn't find any tbh, this feels like an edge case where it reproduceable on certain repo but not others. I tested on my other bot project, and I got a completely different non-existing errors. |