Remove glob workaround (#1760)

This commit is contained in:
Michael Telatynski
2024-07-10 17:41:54 +01:00
committed by GitHub
parent 5f2a664a32
commit 9fb6e02c73

View File

@@ -1,6 +0,0 @@
import { GlobOptions } from "glob";
declare module "glob" {
// Workaround for @electron/asar importing IOptions instead of GlobOptions
export type IOptions = GlobOptions;
}