mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
node.d.ts: Fix errors reported by 'tsc --target es6 --noImplicitAny'
This commit is contained in:
Vendored
+1
-1
@@ -939,7 +939,7 @@ declare module "vm" {
|
||||
displayErrors?: boolean;
|
||||
timeout?: number;
|
||||
cachedData?: Buffer;
|
||||
produceCachedData: boolean;
|
||||
produceCachedData?: boolean;
|
||||
}
|
||||
export interface RunningScriptOptions {
|
||||
filename?: string;
|
||||
|
||||
Reference in New Issue
Block a user