I have Typescript 4.0.2. In lib.es5.d.ts, there is the following fragment:
interface Error { name: string; message: string; stack?: string; } int