feat: Initial commit with electron-forge

This commit is contained in:
2026-05-31 19:23:08 -05:00
parent 980535d682
commit 1a6fea8529
18 changed files with 11869 additions and 10 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"baseUrl": ".",
"outDir": "dist",
"moduleResolution": "node",
"resolveJsonModule": true
}
}