upgraded all npm packages and fixed related issues (#4072)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user