Fixed bundling into an exe not working as intended.

This commit is contained in:
2025-12-14 13:16:35 -05:00
parent 76c9eb38f6
commit 5d8441bf27
124 changed files with 279314 additions and 103 deletions

View File

@@ -5,15 +5,11 @@
"allowJs": true,
"checkJs": false,
"strict": true,
"outDir": "dist",
"outDir": "electron",
"rootDir": "src",
"esModuleInterop": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}