-
Notifications
You must be signed in to change notification settings - Fork 154
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
7x: Typescript update #6091
7x: Typescript update #6091
Conversation
|
This fixes the error: Cannot find module '@graphql-tools/utils/typings/types' or its corresponding type declarations.
This fixes: Property 'description' will overwrite the base property in 'GraphElement'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
This fixes: Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node16' or 'nodenext'.
This fixes: Property 'name' will overwrite the base property in 'Neo4jGraphQLError'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
42e0b6c
to
9063bac
Compare
Co-authored-by: Darrell Warde <[email protected]>
Co-authored-by: Darrell Warde <[email protected]>
Description
@tsconfig/16
with an updated@tsconfig/22
(matching theengines
inpackage.json
of"node": ">=22.0.0"
)Complexity
Low