12345678910111213 |
- {
- "markdown-ts-check": {
- "defaultImports": [
- "import * as childProcess from 'node:child_process'",
- "import * as fs from 'node:fs'",
- "import * as path from 'node:path'",
- "import { app, autoUpdater, contextBridge, crashReporter, dialog, BrowserWindow, ipcMain, ipcRenderer, Menu, MessageChannelMain, nativeImage, net, protocol, session, systemPreferences, Tray, utilityProcess, webFrame, webFrameMain } from 'electron'"
- ],
- "typings": [
- "../electron.d.ts"
- ]
- }
- }
|