upgraded all npm packages and fixed related issues (#4072)
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"types": ["node", "electron"],
|
||||
"types": ["node"],
|
||||
"typeRoots": ["./node_modules/@types", "./node_modules/electron"],
|
||||
"target": "ES2020",
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
|
||||
Reference in New Issue
Block a user