diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-11 17:48:14 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-11 17:48:14 +0200 |
commit | 516f8c488ab70519361e5732546ac579c56ef3ab (patch) | |
tree | 24fba2f69b042b5ab00509b0bfea14b2d3eea26d /src | |
parent | c32426882ec804feb97c40f72266f790483aad3e (diff) | |
download | Vencord-516f8c488ab70519361e5732546ac579c56ef3ab.tar.gz Vencord-516f8c488ab70519361e5732546ac579c56ef3ab.tar.bz2 Vencord-516f8c488ab70519361e5732546ac579c56ef3ab.zip |
Switch to standalone-electron-types, -200MB npms
Diffstat (limited to 'src')
-rw-r--r-- | src/modules.d.ts (renamed from src/pluginsModule.d.ts) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pluginsModule.d.ts b/src/modules.d.ts index d91efae..854702b 100644 --- a/src/pluginsModule.d.ts +++ b/src/modules.d.ts @@ -1,3 +1,6 @@ +// 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; |