Codex-generated pull request (#7)

* feat: recreate scoreko electron wrapper on electron 39.5.1

* fix: handle missing bindings in sqlite legacy workspace
This commit is contained in:
Pandipipas
2026-02-10 17:41:12 +01:00
committed by GitHub
parent 8b2c4e7a0c
commit 905bf0dda0
10 changed files with 6321 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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"]
}