Remove Electron wrapper and associated scripts for Scoreko

This commit is contained in:
Pandipipas
2026-02-10 14:59:16 +01:00
parent a90e0e8b91
commit 8b2c4e7a0c
10 changed files with 1 additions and 6469 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"sourceMap": true,
"types": ["node"]
},
"include": ["src/**/*.ts"]
}