fix broken build

This commit is contained in:
Sebastian 2022-08-29 15:53:05 -03:00
parent 6610a0b9d7
commit 7dc66c2441
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -33,3 +33,5 @@ declare module "jed" {
const x: any;
export = x;
}
declare var __VERSION__ : string;
declare var __GIT_HASH__ : string;