зеркало из https://github.com/electron/electron.git
14 строки
509 B
JSON
14 строки
509 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|