feat: scaffold modern electron wrapper for scoreko nodecg bundle

This commit is contained in:
Pandipipas
2026-02-10 13:43:56 +01:00
parent ccbb744a41
commit e49132e7a4
8 changed files with 6000 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"]
}