upgraded all npm packages and fixed related issues (#4072)

This commit is contained in:
Zane
2025-08-18 15:12:44 -07:00
committed by GitHub
parent 818486da10
commit a14f087d20
51 changed files with 3686 additions and 3311 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
"noFallthroughCasesInSwitch": true,
/* Electron/Node.js specific */
"types": ["node", "electron"],
"typeRoots": ["./node_modules/@types", "./src/types"],
"types": ["node"],
"typeRoots": ["./node_modules/@types", "./src/types", "./node_modules/electron"],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,