mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 02:17:03 -04:00
Switch to standalone-electron-types, -200MB npms
This commit is contained in:
parent
c32426882e
commit
516f8c488a
3 changed files with 14 additions and 488 deletions
12
src/modules.d.ts
vendored
Normal file
12
src/modules.d.ts
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
// eslint-disable-next-line spaced-comment
|
||||
/// <reference types="standalone-electron-types"/>
|
||||
|
||||
declare module "plugins" {
|
||||
const plugins: Record<string, import("./utils/types").Plugin>;
|
||||
export default plugins;
|
||||
}
|
||||
|
||||
declare module "git-hash" {
|
||||
const hash: string;
|
||||
export default hash;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue