mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: update node types version (#33452)
* chore: update node types version * update express types to solve type conflict * one more yarn.lock type bump * update another types package to fix incompatible global declarations * remove incompatible type magicks * update our ambient types to match the node types * fix test type
This commit is contained in:
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
@@ -254,7 +254,7 @@ declare namespace NodeJS {
|
||||
_firstFileName?: string;
|
||||
|
||||
helperExecPath: string;
|
||||
mainModule: NodeJS.Module;
|
||||
mainModule?: NodeJS.Module | undefined;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user