Skip to content
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

feat: Improve compatiblity with typescript >= 4.3 #3258

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

hamnis
Copy link

@hamnis hamnis commented Mar 6, 2025

Introduces override keyword to make sure we can typecheck the file, with noImplicitOverride turned on.

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-3.html#override-and-the---noimplicitoverride-flag

Introduces override keyword to make sure we can typecheck
the file, with noImplicitOverride turned on.

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-3.html#override-and-the---noimplicitoverride-flag
Signed-off-by: Erlend Hamnaberg <[email protected]>
auto-merge was automatically disabled March 6, 2025 06:58

Head branch was pushed to by a user without write access

@hamnis hamnis force-pushed the override-toJson branch from daff3e5 to 550038c Compare March 6, 2025 06:58
@hamnis hamnis changed the title Improve compatiblity with typescript >= 4.3 feat: Improve compatiblity with typescript >= 4.3 Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant