Closed
Description
Suggestion
This started happening to my yarn
/ yarn build
s on multiple dev machines after the 4.9 upgrade:
✖ nx run @typescript-eslint/visitor-keys:build
$ tsc -b tsconfig.build.json
src/visitor-keys.ts(153,3): error TS2322: Type '{ AccessorProperty: readonly ["decorators", "key", "typeAnnotation", "value"]; ArrayPattern: ("decorators" | "typeAnnotation" | "elements")[]; ArrowFunctionExpression: readonly ["typeParameters", "params", "returnType", "body"]; ... 101 more ...; TSVoidKeyword: never[]; }' is not assignable to type 'AdditionalKeys'.
Object literal may only specify known properties, and 'AccessorProperty' does not exist in type 'AdditionalKeys'.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
...merge conflict from something? Or maybe an issue with Nx caching?