Fix Electron core path resolution
Some checks failed
Codex Template Compliance / compliance (push) Successful in 4s
Release Dry Run / release-dry-run (push) Failing after 49s
Build / build (push) Failing after 53s

This commit is contained in:
2026-06-19 01:10:42 +02:00
parent 2ec18964b7
commit 6ff2fd6b76

View File

@@ -6,6 +6,11 @@
"noEmit": false,
"outDir": "dist-electron",
"rootDir": "electron",
"baseUrl": ".",
"paths": {
"@coworker/core": ["../../packages/core/src"],
"@coworker/core/*": ["../../packages/core/src/*"]
},
"types": ["node"],
"lib": ["ES2022", "DOM"]
},