Fix UI test timeouts, TypeScript compilation, dependency compatibility, and backend tests with isolated test suite using per-test mocking (#930)
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"sourceMap": true,
|
||||
"types": ["node"],
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"downlevelIteration": true
|
||||
},
|
||||
"include": [
|
||||
"src/electron.ts",
|
||||
|
||||
Reference in New Issue
Block a user