diff --git a/node/node.d.ts b/node/node.d.ts index b7edca1f7..fa29b88f4 100644 --- a/node/node.d.ts +++ b/node/node.d.ts @@ -9,6 +9,11 @@ * * ************************************************/ +interface Error { + stack?: string; +} + + // compat for TypeScript 1.5.3 // if you use with --target es3 or --target es5 and use below definitions, // use the lib.es6.d.ts that is bundled with TypeScript 1.5.3.