Added missing electron-types package and cleaned up tsconfig (#2222)

This commit is contained in:
Zane
2025-04-16 06:23:47 -07:00
committed by GitHub
parent 129a8b7e30
commit 970147f8ad
4 changed files with 1369 additions and 2391 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"noFallthroughCasesInSwitch": true,
/* Electron/Node.js specific */
"types": ["node", "electron", "vite/client"],
"types": ["node", "electron"],
"typeRoots": ["./node_modules/@types", "./src/types"],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,