added configurations electron

This commit is contained in:
2024-10-31 16:44:55 +02:00
parent 839dd30ee1
commit a9d6dd3465
9 changed files with 3168 additions and 58 deletions

View File

@@ -10,6 +10,7 @@
"esModuleInterop": true,
"typeRoots": ["./node_modules/@types"],
"allowJs": true,
"rootDir": "."
"rootDir": ".",
"skipLibCheck": true
}
}