diff --git a/src/global.d.ts b/src/global.d.ts deleted file mode 100644 index 677ff6f..0000000 --- a/src/global.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -export { } - -declare global { - interface Window { - // Expose API through preload script - fs: typeof import('fs') - ipcRenderer: import('electron').IpcRenderer - removeLoading: () => void - } -}