diff --git a/package.json b/package.json index 7d53051..cbfb771 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,11 @@ }, "engines": { "node": ">=21" + }, + "overrides": { + "eslint-plugin-type-graphql": { + "@typescript-eslint/parser": "$@typescript-eslint/parser", + "eslint": "$eslint" + } } }