I am getting error while running yarn start for rts server. I am running it locally and it was working fine earlier. I have not made any changes to the code.
The error is -
ast/src/actionCreator/index.ts: 676:37 - error TS2339: Property 'callee' does not exist on type 'never'.
The intersection CallExpression CallExpressionMode was reduced to 'never' because property 'type' has conflicting types in some constituents.
isMemberExpressionllode (node.callee) &&
-/ast/src/actionCreator/index.ts:677:14 - error TS2339: Property 'arguments' does not exist on type 'never'. The intersection 'CallExpression & CallExpressionNode' was reduced to 'never' because property 'type' has conflicting types in some constituents.
node.arguments [argNum]
-./ast/src/actionCreator/index.ts:681:36 - error TS2339: Property 'arguments' does not exist on type 'never'. The intersection 'CallExpression & CallExpressionNode' was reduced to 'never' because property 'type' has conflicting types in some constituents.
const startPosition = node.arguments [argNum].start/
./ast/src/actionCreator/index.ts:684:14 - error TS2339: Property 'arguments' does not exist on type 'never'. The intersection 'CallExpression & CallExpressionNode' was reduced to 'never' because property 'type' has conflicting types in some constituents. node.arguments [argNum] requiredNode: I
684
../ast/src/actionCreator/index.ts:751:9 error TS2578: Unused 'ets-expect-error' directive.
// @ts-expect-error: types not matched
../ast/src/actionCreator/index.ts:753:9 error TS2578: Unused