Fix script compile (#53136)

This commit is contained in:
Jake Bailey 2023-03-07 08:55:50 -08:00 committed by GitHub
parent 5e898eb63d
commit 74e61d36ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ const __filename = url.fileURLToPath(new URL(import.meta.url));
name: string;
version: string;
keywords: string[];
gitHead?: string;
}} PackageJson
*/