mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Remove glob workaround (#1760)
This commit is contained in:
parent
5f2a664a32
commit
9fb6e02c73
6
src/@types/glob.d.ts
vendored
6
src/@types/glob.d.ts
vendored
@ -1,6 +0,0 @@
|
||||
import { GlobOptions } from "glob";
|
||||
|
||||
declare module "glob" {
|
||||
// Workaround for @electron/asar importing IOptions instead of GlobOptions
|
||||
export type IOptions = GlobOptions;
|
||||
}
|
Loading…
Reference in New Issue
Block a user