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:
Matt Bierner
2025-11-21 15:38:55 -08:00
parent 538db6134e
commit fcfb37c8f8
17 changed files with 217 additions and 274 deletions

5
build/lib/typings/rcedit.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module 'rcedit' {
export default function rcedit(exePath, options, cb): Promise<void>;
}