node.d.ts: Fix errors reported by 'tsc --target es6 --noImplicitAny'

This commit is contained in:
rhysd
2016-03-30 15:47:09 +09:00
parent 13bc8b8337
commit 292e56b5ac
2 changed files with 6 additions and 16 deletions

2
node/node.d.ts vendored
View File

@@ -939,7 +939,7 @@ declare module "vm" {
displayErrors?: boolean;
timeout?: number;
cachedData?: Buffer;
produceCachedData: boolean;
produceCachedData?: boolean;
}
export interface RunningScriptOptions {
filename?: string;