Remove the Electron version

This commit is contained in:
2026-07-26 18:33:22 +03:00
Unverified
parent d7ccfef8a8
commit 6995b7630e
23 changed files with 37 additions and 654 deletions
+1 -1
View File
@@ -31,6 +31,6 @@
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"include": ["src", "src/electron/electron.d.ts", "src/protocol"],
"include": ["src", "src/protocol"],
"exclude": ["**/__*/**", "__*"]
}