mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Convert gulp files to ts
For #277526 Had to add a few ugly casts in difficult cases but mostly trying to add proper types
This commit is contained in:
5
build/lib/typings/rcedit.d.ts
vendored
Normal file
5
build/lib/typings/rcedit.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
declare module 'rcedit' {
|
||||
|
||||
export default function rcedit(exePath, options, cb): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user