node_modules/trace-error/src/TraceError.d.ts:77:16 - error TS2425: Class 'Exception' defines instance member property 'cause', but extended class 'TraceError' defines it as instance member function.
77 public cause(index?: number): Error | undefined;
ES2022 added a
causeproperty to theErrorclass (ref link) which breaks this lib.The error thrown is: