Switch to standalone-electron-types, -200MB npms

This commit is contained in:
Vendicated
2022-10-11 17:48:14 +02:00
parent c32426882e
commit 516f8c488a
3 changed files with 14 additions and 488 deletions

12
src/modules.d.ts vendored Normal file
View 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;
}